We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf37d74 commit 6613f0eCopy full SHA for 6613f0e
src/index.ts
@@ -171,7 +171,8 @@ const externalPluginRuleOverrides: ConfigLike = {
171
},
172
],
173
174
- 'prefer-arrow-callback': 'error',
+ 'prefer-arrow-callback': 'off', // usually prefer, but nbd and sometimes nice to give a name to a middleware or some such
175
+
176
'prefer-const': ['error', {destructuring: 'all'}],
177
'no-console': 'warn',
178
'no-var': 'error',
0 commit comments