Skip to content

Commit

Permalink
Remove deprecated ESLint rules after version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 8, 2023
1 parent 55caa5f commit c69f13c
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 23,362 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@
],
"reportUnusedDisableDirectives": true,
"rules": {
"indent": ["error", 2],
"function-call-argument-newline": "off",
"max-statements": "off",
"multiline-ternary": "off",
"no-magic-numbers": "off",
"no-ternary": "off",
"one-var": "off",
"padded-blocks": "off",
"prefer-named-capture-group": "off",
"sort-keys": "off",

"node/handle-callback-err": "error",
Expand Down
Loading

0 comments on commit c69f13c

Please sign in to comment.