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 dc1cd97 commit 3c04ae6Copy full SHA for 3c04ae6
.eslintrc.js
@@ -335,6 +335,7 @@ module.exports = {
335
// New rules added to unicorn
336
'unicorn/no-array-reduce': 'off',
337
'unicorn/no-array-callback-reference': 'off',
338
+ 'unicorn/number-literal-case': 'off',
339
'unicorn/numeric-separators-style': 'off',
340
'unicorn/prefer-switch': 'off',
341
'unicorn/prefer-spread': 'off',
0 commit comments