Skip to content

Commit

Permalink
feat: disable unicorn/number-literal-case (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Jun 3, 2022
1 parent dc1cd97 commit 3c04ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -335,6 +335,7 @@ module.exports = {
// New rules added to unicorn
'unicorn/no-array-reduce': 'off',
'unicorn/no-array-callback-reference': 'off',
'unicorn/number-literal-case': 'off',
'unicorn/numeric-separators-style': 'off',
'unicorn/prefer-switch': 'off',
'unicorn/prefer-spread': 'off',
Expand Down

0 comments on commit 3c04ae6

Please sign in to comment.