Skip to content

Commit

Permalink
infra: replace deprecated eslint config import (#2411)
Browse files Browse the repository at this point in the history
Co-authored-by: DivisionByZero <[email protected]>
  • Loading branch information
ST-DDT and xDivisionByZerox authored Sep 23, 2023
1 parent 7e274f3 commit 48a7f54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = defineConfig({
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'plugin:@typescript-eslint/recommended-type-checked',
'plugin:prettier/recommended',
],
parser: '@typescript-eslint/parser',
Expand All @@ -40,7 +40,6 @@ module.exports = defineConfig({
'error',
{ default: 'array-simple', readonly: 'generic' },
],
'@typescript-eslint/ban-ts-comment': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/explicit-module-boundary-types': 'error',
'@typescript-eslint/naming-convention': [
Expand Down

0 comments on commit 48a7f54

Please sign in to comment.