File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"root": true,
3
3
"extends": [
4
- "eslint:recommended",
4
+ "eslint:recommended"
5
5
],
6
6
"env": {
7
7
"commonjs": true
16
16
"brace-style": [0, "stroustrup", {"allowSingleLine": true}],
17
17
"curly": [0, "multi"],
18
18
"camelcase": [0, {"properties": "never"}],
19
- "comma-spacing": [0 , {"before": false, "after": true}],
19
+ "comma-spacing": [2 , {"before": false, "after": true}],
20
20
"comma-style": [2, "last"],
21
21
"semi": [2],
22
22
"semi-spacing": [2, {"before": false, "after": true}],
36
36
"no-whitespace-before-property": [2],
37
37
"no-unexpected-multiline": [2],
38
38
"no-floating-decimal": [2],
39
- "space-infix-ops": [0 , {"int32Hint": false }],
39
+ "space-infix-ops": [2 , {"int32Hint": true }],
40
40
"quotes": [2, "single"],
41
41
"dot-notation": [2],
42
42
"operator-linebreak": [2, "after"],
50
50
"no-loop-func": [2],
51
51
"no-console": [0],
52
52
"no-unused-labels": [2]
53
- },
53
+ }
54
54
}
You can’t perform that action at this time.
0 commit comments