Skip to content

Commit c69f13c

Browse files
committed
Remove deprecated ESLint rules after version update.
1 parent 55caa5f commit c69f13c

File tree

3 files changed

+323
-23362
lines changed

3 files changed

+323
-23362
lines changed

.eslintrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,11 @@
1717
],
1818
"reportUnusedDisableDirectives": true,
1919
"rules": {
20-
"indent": ["error", 2],
21-
"function-call-argument-newline": "off",
2220
"max-statements": "off",
2321
"multiline-ternary": "off",
2422
"no-magic-numbers": "off",
2523
"no-ternary": "off",
2624
"one-var": "off",
27-
"padded-blocks": "off",
28-
"prefer-named-capture-group": "off",
2925
"sort-keys": "off",
3026

3127
"node/handle-callback-err": "error",

0 commit comments

Comments
 (0)