8000 Added space-infix-ops (#14) · sveltejs/eslint-config@c6e8d8a · GitHub
[go: up one dir, main page]

Skip to content

Commit c6e8d8a

Browse files
authored
Added space-infix-ops (#14)
1 parent 7b01db9 commit c6e8d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

node.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333

3434
rules: {
3535
'no-useless-constructor': error,
36+
'space-infix-ops': error,
3637
'comma-dangle': [ warn, never ],
3738
'max-len': off,
3839
'no-console': off,

0 commit comments

Comments
 (0)
0