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 81c3641 commit 03b0c13Copy full SHA for 03b0c13
nulldev-template/.eslintrc
@@ -50,7 +50,10 @@
50
/**
51
* Possible errors
52
*/
53
- "comma-dangle": [2, "always"], // http://eslint.org/docs/rules/comma-dangle
+ "comma-dangle": [ // http://eslint.org/docs/rules/comma-dangle
54
+ 2,
55
+ "always-multiline"
56
+ ],
57
"no-cond-assign": [2, "always"], // http://eslint.org/docs/rules/no-cond-assign
58
"no-console": 0, // http://eslint.org/docs/rules/no-console
59
"no-debugger": 1, // http://eslint.org/docs/rules/no-debugger
0 commit comments