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 3ac9954 commit c304d1aCopy full SHA for c304d1a
.eslintrc
@@ -23,15 +23,15 @@
23
"new-cap": 0,
24
"no-extend-native": 2,
25
"no-mixed-spaces-and-tabs": 2,
26
- "no-multiple-empty-lines": [2, {max: 1}],
+ "no-multiple-empty-lines": [2, {"max": 1}],
27
"no-trailing-spaces": 2,
28
"no-use-before-define": 0,
29
"no-undefined": 2,
30
"no-undef": 2,
31
"no-unused-vars": 1,
32
"indent": [2, 2, { "MemberExpression": 0 }],
33
"quotes": [2, "single", "avoid-escape"],
34
- "semi": [2, "always"],
+ "semi": [2, "never"],
35
"keyword-spacing": [2, {"before": true, "after": true}],
36
"object-curly-spacing": [2, "never"],
37
"array-bracket-spacing": [2, "never"],
0 commit comments