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 e916958 commit 0caa781Copy full SHA for 0caa781
.eslintrc
@@ -6,7 +6,8 @@
6
"html/report-bad-indent": "error"
7
},
8
"rules": {
9
- "indent": ["error", 4]
+ "indent": ["error", 4],
10
+ "prefer-const": ["warn"]
11
12
"env": {
13
"browser": true
0 commit comments