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