We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a6468 commit 73c865bCopy full SHA for 73c865b
1 file changed
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