mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 16:37:54 -05:00
Merge pull request #356 from bhamodi/patch-1
Update .eslintrc: correct spacing of comment on line 56
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
* Possible errors
|
||||
*/
|
||||
"comma-dangle": [2, "never"], // http://eslint.org/docs/rules/comma-dangle
|
||||
"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
|
||||
"no-console": 1, // http://eslint.org/docs/rules/no-console
|
||||
"no-debugger": 1, // http://eslint.org/docs/rules/no-debugger
|
||||
"no-alert": 1, // http://eslint.org/docs/rules/no-alert
|
||||
|
||||
Reference in New Issue
Block a user