Skip to content

Commit 59c2321

Browse files
author
Larry Botha
committed
chore(.eslintrc.js): fix unicorn rule name
1 parent eb2d931 commit 59c2321

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.eslintrc.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ module.exports = {
55

66
extends: ['eslint:recommended', 'plugin:unicorn/recommended', 'prettier'],
77

8-
rules: {
9-
'unicorn/no-reduce': ['off'],
10-
},
11-
128
parser: '@typescript-eslint/parser',
139
plugins: ['@typescript-eslint'],
1410
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended'],
11+
12+
rules: {
13+
'unicorn/no-array-reduce': ['off'],
14+
},
1515
};

0 commit comments

Comments
 (0)