Skip to content

Commit 6613f0e

Browse files
committed
no prefer-arrow-callback
1 parent bf37d74 commit 6613f0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ const externalPluginRuleOverrides: ConfigLike = {
171171
},
172172
],
173173

174-
'prefer-arrow-callback': 'error',
174+
'prefer-arrow-callback': 'off', // usually prefer, but nbd and sometimes nice to give a name to a middleware or some such
175+
175176
'prefer-const': ['error', {destructuring: 'all'}],
176177
'no-console': 'warn',
177178
'no-var': 'error',

0 commit comments

Comments
 (0)