Skip to content

Commit a211a1c

Browse files
committed
add eslint 1.0.0 new rules that are unusued
1 parent e2ccd3e commit a211a1c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
"rules": {
1919
"accessor-pairs": 2,
2020
"array-bracket-spacing": 0,
21+
"arrow-parens": 0,
2122
"block-scoped-var": 0,
2223
"brace-style": [2, "1tbs", { "allowSingleLine": true }],
24+
"callback-return": 0,
2325
"camelcase": 0,
2426
"comma-dangle": [2, "never"],
2527
"comma-spacing": [2, { "before": false, "after": true }],
@@ -43,6 +45,7 @@
4345
"guard-for-in": 0,
4446
"handle-callback-err": [2, "^(err|error)$" ],
4547
"indent": [2, 2],
48+
"init-declarations": 0,
4649
"key-spacing": [2, { "beforeColon": false, "afterColon": true }],
4750
"linebreak-style": 0,
4851
"lines-around-comment": 0,
@@ -161,6 +164,7 @@
161164
"operator-linebreak": [2, "after"],
162165
"padded-blocks": 0,
163166
"prefer-const": 0,
167+
"prefer-spread": 0,
164168
"quote-props": 0,
165169
"quotes": [2, "single", "avoid-escape"],
166170
"radix": 2,

0 commit comments

Comments
 (0)