Skip to content

Commit

Permalink
add no-zero-fractions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Sep 20, 2023
1 parent 4745d07 commit 99d57d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ module.exports = {
'unicorn/prefer-includes': 'error',
'unicorn/require-array-join-separator': 'error',
'unicorn/numeric-separators-style': 'error',
'unicorn/no-zero-fractions': 'error',
'import/newline-after-import': ['error', { count: 1 }],
'import/first': 'error',
'import/order': [
Expand Down

0 comments on commit 99d57d6

Please sign in to comment.