File tree Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Expand file tree Collapse file tree 1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change 5
5
"node": true,
6
6
"jquery": true
7
7
},
8
- "extends": ["airbnb-base", "prettier"],
9
8
"plugins": [
10
9
"dollar-sign"
11
10
],
11
+ "extends": ["airbnb-base", "prettier"],
12
12
"rules": {
13
- "no-undef": 1,
14
- "no-unused-vars": 1,
15
- "eqeqeq": [2, "smart"],
16
- "no-floating-decimal": 2,
17
- "no-duplicate-imports": 2,
18
- "no-else-return": 2,
19
- "no-multi-spaces": [2, {
20
- "exceptions": {
21
- "ImportDeclaration": true,
22
- "VariableDeclarator": true
23
- }
24
- }],
25
- "no-multi-str": 2,
26
- "camelcase": 1,
27
- "eol-last": 1,
28
- "indent": [2, 2, {
29
- "SwitchCase": 1,
30
- "VariableDeclarator": 1
31
- }],
32
- "quotes": [2, "single", "avoid-escape"],
33
- "semi": [2, "always"],
34
- "space-before-blocks": 2,
35
- "space-before-function-paren": [2, "never"],
36
- "constructor-super": 2,
37
- "arrow-spacing": 2,
38
- "dollar-sign/dollar-sign": [2, "ignoreProperties"]
13
+ "dollar-sign/dollar-sign": [2, "ignoreProperties"],
14
+ "no-plusplus": ["error", { "allowForLoopAfterthoughts": true }]
39
15
}
40
16
}
You can’t perform that action at this time.
0 commit comments