Skip to content

Commit 12bfbcc

Browse files
committed
bump eslint to 4.16.0
1 parent 0c1ff28 commit 12bfbcc

File tree

3 files changed

+225
-378
lines changed

3 files changed

+225
-378
lines changed

.eslintrc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"no-trailing-spaces": [2],
2424
"no-multiple-empty-lines": [2, {"max": 2, "maxEOF": 0}],
2525
"eol-last": [2],
26-
"indent": [2, 4, {"SwitchCase": 1}],
26+
"indent": [0],
27+
"indent-legacy": [2, 4, {"SwitchCase": 1}],
2728
"max-len": [0, 80],
2829
"brace-style": [0, "stroustrup", {"allowSingleLine": true}],
2930
"curly": [2, "multi-line"],
@@ -46,7 +47,7 @@
4647
"space-before-blocks": [2],
4748
"spaced-comment": [2, "always"],
4849
"no-tabs": [2],
49-
"no-multi-spaces": [2],
50+
"no-multi-spaces": [2, {"ignoreEOLComments": true}],
5051
"no-whitespace-before-property": [2],
5152
"no-unexpected-multiline": [2],
5253
"no-floating-decimal": [2],
@@ -65,6 +66,7 @@
6566
"no-use-before-define": [2, "nofunc"],
6667
"no-loop-func": [2],
6768
"no-console": [0],
68-
"no-unused-labels": [2]
69+
"no-unused-labels": [2],
70+
"no-useless-escape": [0]
6971
}
7072
}

0 commit comments

Comments
 (0)