Thanks to visit codestin.com Credit goes to github.com
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 4c7cfd7 commit b8b598bCopy full SHA for b8b598b
nulldev-template/.eslintrc
@@ -50,7 +50,7 @@
50
/**
51
* Possible errors
52
*/
53
- "comma-dangle": [2, "never"], // http://eslint.org/docs/rules/comma-dangle
+ "comma-dangle": [2, "always"], // http://eslint.org/docs/rules/comma-dangle
54
"no-cond-assign": [2, "always"], // http://eslint.org/docs/rules/no-cond-assign
55
"no-console": 0, // http://eslint.org/docs/rules/no-console
56
"no-debugger": 1, // http://eslint.org/docs/rules/no-debugger
0 commit comments