Skip to content

Commit

Permalink
feat: add space-infix-ops (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdehaven authored Jun 13, 2024
1 parent 2661d6c commit 9b18ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export default [
'@stylistic/no-trailing-spaces': 'error',
'@stylistic/no-multi-spaces': 'error',
'@stylistic/space-before-blocks': ['error', 'always'],
'@stylistic/space-infix-ops': ['error', { 'int32Hint': false }],
'@stylistic/keyword-spacing': ['error', {
before: true,
after: true,
Expand Down

0 comments on commit 9b18ed2

Please sign in to comment.