|
23 | 23 | "no-trailing-spaces": [2],
|
24 | 24 | "no-multiple-empty-lines": [2, {"max": 2, "maxEOF": 0}],
|
25 | 25 | "eol-last": [2],
|
26 |
| - "indent": [2, 4, {"SwitchCase": 1}], |
| 26 | + "indent": [0], |
| 27 | + "indent-legacy": [2, 4, {"SwitchCase": 1}], |
27 | 28 | "max-len": [0, 80],
|
28 | 29 | "brace-style": [0, "stroustrup", {"allowSingleLine": true}],
|
29 | 30 | "curly": [2, "multi-line"],
|
|
46 | 47 | "space-before-blocks": [2],
|
47 | 48 | "spaced-comment": [2, "always"],
|
48 | 49 | "no-tabs": [2],
|
49 |
| - "no-multi-spaces": [2], |
| 50 | + "no-multi-spaces": [2, {"ignoreEOLComments": true}], |
50 | 51 | "no-whitespace-before-property": [2],
|
51 | 52 | "no-unexpected-multiline": [2],
|
52 | 53 | "no-floating-decimal": [2],
|
|
65 | 66 | "no-use-before-define": [2, "nofunc"],
|
66 | 67 | "no-loop-func": [2],
|
67 | 68 | "no-console": [0],
|
68 |
| - "no-unused-labels": [2] |
| 69 | + "no-unused-labels": [2], |
| 70 | + "no-useless-escape": [0] |
69 | 71 | }
|
70 | 72 | }
|
0 commit comments