File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3535 "space-in-parens": [2, "never"],
3636 "space-before-function-paren": [2, "never"],
3737 "space-before-blocks": [2],
38+ "no-tabs": [2],
3839 "no-multi-spaces": [2],
3940 "no-whitespace-before-property": [2],
4041 "no-unexpected-multiline": [2],
4142 "no-floating-decimal": [2],
4243 "space-infix-ops": [2, {"int32Hint": true}],
4344 "quotes": [2, "single"],
4445 "dot-notation": [2],
46+ "dot-location": [2, "property"],
4547 "operator-linebreak": [2, "after"],
4648 "eqeqeq": [2],
4749 "new-cap": [0],
4850 "no-redeclare": [2, {"builtinGlobals": true}],
4951 "no-shadow": [0, {"builtinGlobals": true}],
5052 "block-scoped-var": [2],
5153 "no-unused-vars": [2],
54+ "no-undef-init": [2],
5255 "no-use-before-define": [2, "nofunc"],
5356 "no-loop-func": [2],
5457 "no-console": [0],
You can’t perform that action at this time.
0 commit comments