Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Apr 7, 2024
1 parent a49eb63 commit 27e2d30
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 @@ -32,7 +32,7 @@ export function typescript() {
},
plugins: {
// @ts-expect-error: conflict types
'@typescript-eslint': tseslintPlugin,
'@typescript-eslint': tseslint.plugin,
// @ts-expect-error: conflict types
deprecation: deprecationPlugin,
},
Expand Down

0 comments on commit 27e2d30

Please sign in to comment.