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 11{
22 "root": true,
33 "extends": [
4- "eslint:recommended",
4+ "eslint:recommended"
55 ],
66 "env": {
77 "commonjs": true
1616 "brace-style": [0, "stroustrup", {"allowSingleLine": true}],
1717 "curly": [0, "multi"],
1818 "camelcase": [0, {"properties": "never"}],
19- "comma-spacing": [0 , {"before": false, "after": true}],
19+ "comma-spacing": [2 , {"before": false, "after": true}],
2020 "comma-style": [2, "last"],
2121 "semi": [2],
2222 "semi-spacing": [2, {"before": false, "after": true}],
3636 "no-whitespace-before-property": [2],
3737 "no-unexpected-multiline": [2],
3838 "no-floating-decimal": [2],
39- "space-infix-ops": [0 , {"int32Hint": false }],
39+ "space-infix-ops": [2 , {"int32Hint": true }],
4040 "quotes": [2, "single"],
4141 "dot-notation": [2],
4242 "operator-linebreak": [2, "after"],
5050 "no-loop-func": [2],
5151 "no-console": [0],
5252 "no-unused-labels": [2]
53- },
53+ }
5454}
You can’t perform that action at this time.
0 commit comments