Skip to content

Commit

Permalink
Turn off unicorn/no-array-for-each (#292)
Browse files Browse the repository at this point in the history
* Turn off unicorn/no-array-for-each

* Update package-lock.json

* Update package.json
  • Loading branch information
tclindner authored Mar 17, 2021
1 parent 22c3bf1 commit 583b341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tc",
"version": "18.0.0",
"version": "18.1.0",
"description": "ESLint shareable config for JavaScript projects",
"keywords": [
"eslintconfig",
Expand Down
1 change: 1 addition & 0 deletions rules/unicorn.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
rules: {
'unicorn/no-null': 'off',
'unicorn/prevent-abbreviations': 'off',
'unicorn/no-array-for-each': 'off',
},
};

0 comments on commit 583b341

Please sign in to comment.