Skip to content

Commit 583b341

Browse files
authored
Turn off unicorn/no-array-for-each (#292)
* Turn off unicorn/no-array-for-each * Update package-lock.json * Update package.json
1 parent 22c3bf1 commit 583b341

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tc",
3-
"version": "18.0.0",
3+
"version": "18.1.0",
44
"description": "ESLint shareable config for JavaScript projects",
55
"keywords": [
66
"eslintconfig",

rules/unicorn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ module.exports = {
22
rules: {
33
'unicorn/no-null': 'off',
44
'unicorn/prevent-abbreviations': 'off',
5+
'unicorn/no-array-for-each': 'off',
56
},
67
};

0 commit comments

Comments
 (0)