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 26a6468 commit 73c865bCopy full SHA for 73c865b
nulldev-template/.eslintrc
@@ -30,7 +30,7 @@
30
* ES6
31
*/
32
"no-var": 2, // http://eslint.org/docs/rules/no-var
33
- "prefer-const": 0, // http://eslint.org/docs/rules/prefer-const
+ "prefer-const": 2, // http://eslint.org/docs/rules/prefer-const
34
"prefer-destructuring": [2, { // http://eslint.org/docs/rules/prefer-destructuring
35
"array": false,
36
"object": true
0 commit comments