Skip to content

Commit

Permalink
fix import module name
Browse files Browse the repository at this point in the history
  • Loading branch information
huuyafwww committed Feb 19, 2025
1 parent 479f8c6 commit 9bdae56
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import stylisticTs from '@stylistic/eslint-plugin-ts';
import eslintPluginTs from '@stylistic/eslint-plugin-ts';
import parser from '@typescript-eslint/parser';
import tseslint from 'typescript-eslint';

Expand Down Expand Up @@ -28,7 +28,7 @@ export const typescriptConfigurator: Configurator<typescriptConfiguratorOptions>
},
},
plugins: {
'@stylistic/ts': stylisticTs,
'@stylistic/ts': eslintPluginTs,
},
rules: {
'@typescript-eslint/consistent-type-imports': ['error', {
Expand Down

0 comments on commit 9bdae56

Please sign in to comment.