Skip to content

Commit

Permalink
fix: typescript preset
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 11, 2023
1 parent d1ab8b0 commit 4fed81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const typescript = [
},
rules: {
...tsPlugin.configs['eslint-recommended'].overrides[0].rules,
...tsPlugin.configs['strict'].overrides[0].rules,
...tsPlugin.configs['strict'].rules,

'@typescript-eslint/no-redeclare': 'error',

Expand Down

0 comments on commit 4fed81a

Please sign in to comment.