We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4d14f commit 12f0a80Copy full SHA for 12f0a80
.eslintrc
@@ -15,31 +15,33 @@
15
}
16
},
17
"rules": {
18
- "indent": [
19
- "error",
20
- 2
21
- ],
22
- "linebreak-style": [
23
24
- "unix"
25
26
- "quotes": [
27
28
- "single"
29
30
- "semi": [
31
32
- "always"
33
34
- "no-console": "off",
35
- "no-unused-vars": [
36
37
- {
38
- "vars": "all",
39
- "args": "none",
40
- "ignoreRestSiblings": false
41
- }
42
- ]
43
+ "indent": [
+ "error",
+ 2
+ ],
+ "linebreak-style": [
+ "unix"
+ "quotes": [
+ "single"
+ "semi": [
+ "always"
+ "no-console": [
+ "error"
+ "no-unused-vars": [
+ {
+ "vars": "all",
+ "args": "none",
+ "ignoreRestSiblings": false
+ }
44
+ ]
45
46
+}
47
0 commit comments