Skip to content

Commit

Permalink
fix: fix path for @typescript-eslint/eslint-recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
susisu committed Mar 7, 2024
1 parent 7136400 commit 6802df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import tsPlugin from '@typescript-eslint/eslint-plugin';
import importPlugin from 'eslint-plugin-import';

export const rules: Partial<Rules> = {
...tsPlugin.configs['eslint-recommended'].rules,
...tsPlugin.configs['eslint-recommended'].overrides?.[0].rules,
...tsPlugin.configs['recommended-type-checked'].rules,
...importPlugin.configs.typescript.rules,

Expand Down

0 comments on commit 6802df2

Please sign in to comment.