Skip to content

Commit ebcce99

Browse files
committed
ESLint: Adjust unicorn rule name
1 parent 4a85613 commit ebcce99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ module.exports = {
8484
files: ['mirage/**/*.js'],
8585
rules: {
8686
// disabled because of different `.find()` meaning
87-
'unicorn/no-fn-reference-in-iterator': 'off',
87+
'unicorn/no-array-callback-reference': 'off',
8888
},
8989
},
9090

0 commit comments

Comments
 (0)