Skip to content

Commit

Permalink
fix: remove deprecated rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 21, 2024
1 parent eaaaa3c commit 9a749e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion configurations/typescript-compatibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ module.exports.recommended = {
'no-use-before-define': 0,
'no-useless-constructor': 0,
'object-curly-spacing': 0,
'padding-line-between-statements': 0,
quotes: 0,
'react/prop-types': 0,
'require-await': 0,
Expand Down
1 change: 0 additions & 1 deletion configurations/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ module.exports.recommended = {
'@typescript-eslint/no-var-requires': 2,
'@typescript-eslint/non-nullable-type-assertion-style': 0,
'@typescript-eslint/object-curly-spacing': [2, 'never'],
'@typescript-eslint/padding-line-between-statements': 0,
'@typescript-eslint/prefer-as-const': 2,
'@typescript-eslint/prefer-enum-initializers': 2,
'@typescript-eslint/prefer-for-of': 2,
Expand Down

0 comments on commit 9a749e9

Please sign in to comment.