Skip to content

Commit c54bdd6

Browse files
committed
Add spacing rule
1 parent d6e07db commit c54bdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default [
131131
}],
132132
'@stylistic/js/quote-props': ['warn', 'as-needed'],
133133
'@stylistic/js/padded-blocks': ['warn', { blocks: 'never', classes: 'always', switches: 'never' }],
134-
'@stylistic/js/space-infix-ops': 'off',
134+
'@stylistic/js/space-infix-ops': 'warn',
135135
'@stylistic/js/space-in-parens': 'warn',
136136
'@stylistic/js/space-before-blocks': 'warn',
137137
'@stylistic/js/space-before-function-paren': ['warn', 'never'],

0 commit comments

Comments
 (0)