Skip to content

Commit

Permalink
fix: remove deprecated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 19, 2023
1 parent 9f322a2 commit cba8ea4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions configurations/eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ const unicornRules = {
'unicorn/expiring-todo-comments': 0,
'unicorn/explicit-length-check': 0,
'unicorn/filename-case': 0,
'unicorn/import-index': 2,
'unicorn/import-style': 0,
'unicorn/new-for-builtins': 2,
'unicorn/no-abusive-eslint-disable': 2,
Expand Down Expand Up @@ -156,7 +155,6 @@ const unicornRules = {
'unicorn/prefer-negative-index': 0,
'unicorn/prefer-number-properties': 2,
'unicorn/prefer-object-from-entries': 2,
'unicorn/prefer-object-has-own': 0,
'unicorn/prefer-optional-catch-binding': 2,
'unicorn/prefer-prototype-methods': 0,
'unicorn/prefer-query-selector': 2,
Expand Down Expand Up @@ -531,7 +529,6 @@ module.exports = {
'no-restricted-properties': 0,
'no-restricted-syntax': 0,
'no-return-assign': 2,
'no-return-await': 0,
'no-script-url': 2,
'no-self-assign': 2,
'no-self-compare': 2,
Expand Down
1 change: 0 additions & 1 deletion configurations/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ module.exports = {
allowedNames: ['self'],
},
],
'@typescript-eslint/no-type-alias': 0,
'@typescript-eslint/no-unnecessary-boolean-literal-compare': 0,
'@typescript-eslint/no-unnecessary-condition': 0,
'@typescript-eslint/no-unnecessary-type-arguments': 0,
Expand Down

0 comments on commit cba8ea4

Please sign in to comment.