File tree Expand file tree Collapse file tree 1 file changed +28
-26
lines changed Expand file tree Collapse file tree 1 file changed +28
-26
lines changed Original file line number Diff line number Diff line change 1515 }
1616 },
1717 "rules": {
18- "indent": [
19- "error",
20- 2
21- ],
22- "linebreak-style": [
23- "error",
24- "unix"
25- ],
26- "quotes": [
27- "error",
28- "single"
29- ],
30- "semi": [
31- "error",
32- "always"
33- ],
34- "no-console": "off",
35- "no-unused-vars": [
36- "error",
37- {
38- "vars": "all",
39- "args": "none",
40- "ignoreRestSiblings": false
41- }
42- ]
43- }
18+ "indent": [
19+ "error",
20+ 2
21+ ],
22+ "linebreak-style": [
23+ "error",
24+ "unix"
25+ ],
26+ "quotes": [
27+ "error",
28+ "single"
29+ ],
30+ "semi": [
31+ "error",
32+ "always"
33+ ],
34+ "no-console": [
35+ "error"
36+ ],
37+ "no-unused-vars": [
38+ "error",
39+ {
40+ "vars": "all",
41+ "args": "none",
42+ "ignoreRestSiblings": false
43+ }
44+ ]
4445 }
46+ }
4547
You can’t perform that action at this time.
0 commit comments