Skip to content

Commit 8618814

Browse files
committed
eslint.config: remove redundant @typescript-eslint plugin
That plugin is already included in the `typescript-eslint` package, so it is redundant to include it again in the ESLint configuration. This change is required to avoid a warning when running ESLint: ConfigError: Config (unnamed): Key "plugins": Cannot redefine plugin "@typescript-eslint". Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 22921ad commit 8618814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export default tseslint.config([
1515
{
1616
ignores: ["**/dist/", "**/lib/", "**/node_modules/", "**/jest.config.js"],
1717
plugins: {
18-
"@typescript-eslint": typescriptEslint,
1918
"@stylistic": stylistic,
2019
"anti-trojan-source": antiTrojanSource,
2120
jest,

0 commit comments

Comments
 (0)