Skip to content

Commit a6796f0

Browse files
committed
Update .eslintrc
Just a consistency thing. :)
1 parent 12e0bd4 commit a6796f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linters/.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* Possible errors
5454
*/
5555
"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
56+
"no-cond-assign": [2, "always"], // http://eslint.org/docs/rules/no-cond-assign
5757
"no-console": 1, // http://eslint.org/docs/rules/no-console
5858
"no-debugger": 1, // http://eslint.org/docs/rules/no-debugger
5959
"no-alert": 1, // http://eslint.org/docs/rules/no-alert

0 commit comments

Comments
 (0)