Skip to content

Commit 91925e1

Browse files
committed
Minor eslint
1 parent eae56c9 commit 91925e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintrc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"env": {
3-
"es2017": true,
43
"node": true
54
},
65
"extends": [
@@ -9,9 +8,10 @@
98
],
109
"rules": {
1110
"comma-dangle": ["warn", "always-multiline"],
11+
"eqeqeq": "off",
1212
"indent": ["warn", "tab", { "SwitchCase": 1 }],
1313
"linebreak-style": ["error", "unix"],
14-
"max-len": ["warn", 120],
14+
"max-len": ["warn", 160],
1515
"no-tabs": "off",
1616
"semi": ["warn", "always"],
1717
"space-before-function-paren": ["warn", {
@@ -24,6 +24,7 @@
2424
"html"
2525
],
2626
"settings": {
27+
"html/html-extensions": [".html"],
2728
"html/indent": "tab",
2829
"html/report-bad-indent": "warn"
2930
},

0 commit comments

Comments
 (0)