12 "rules": {
13 "linebreak-style": [
14▶ "error",
15 "unix"
16 ],
· · ·
17 "semi": [
18▶ "error",
19 "always"
20 ],
· · ·
21 "quotes": [
22▶ "error",
23 "double"
24 ],
· · ·
25 "linebreak-style": [
26▶ "error",
27 "unix"
28 ],
· · ·
29▶ "no-trailing-spaces": "error",
30 "no-var": ["error"],
31 "prefer-const": ["error"],
+ 46 more matches in this file