We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a211a1c commit cf9f31eCopy full SHA for cf9f31e
1 file changed
eslintrc.json
@@ -181,6 +181,7 @@
181
"space-infix-ops": 2,
182
"space-return-throw-case": 2,
183
"space-unary-ops": [2, { "words": true, "nonwords": false }],
184
+ "space-unary-word-ops": 0,
185
"spaced-comment": [2, "always", { "markers": ["global", "globals", "eslint", "eslint-disable", "*package", "!", ","] }],
186
"spaced-line-comment": 0,
187
"strict": 0,
0 commit comments