Skip to content

Commit 34eef5a

Browse files
committed
Downgrade 'space-unary-ops' in .eslintrc because of eslint/eslint#2764
1 parent f2ebd33 commit 34eef5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"space-in-parens": 2,
147147
"space-infix-ops": 2,
148148
"space-return-throw-case": 2,
149-
"space-unary-ops": 2,
149+
"space-unary-ops": 1,
150150
"spaced-line-comment": 2,
151151
"wrap-regex": 0,
152152
// Legacy

0 commit comments

Comments
 (0)