We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e0bd4 commit a6796f0Copy full SHA for a6796f0
linters/.eslintrc
@@ -53,7 +53,7 @@
53
* Possible errors
54
*/
55
"comma-dangle": [2, "never"], // http://eslint.org/docs/rules/comma-dangle
56
- "no-cond-assign": [2, "always"], // http://eslint.org/docs/rules/no-cond-assign
+ "no-cond-assign": [2, "always"], // http://eslint.org/docs/rules/no-cond-assign
57
"no-console": 1, // http://eslint.org/docs/rules/no-console
58
"no-debugger": 1, // http://eslint.org/docs/rules/no-debugger
59
"no-alert": 1, // http://eslint.org/docs/rules/no-alert
0 commit comments