8000 docs: add `import/no-unresolved` to perf troubleshooting docs (#8190) · danvk/typescript-eslint@2e9035a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e9035a

Browse files
Zamielldanvk
authored andcommitted
docs: add import/no-unresolved to perf troubleshooting docs (typescript-eslint#8190)
1 parent 3bfe101 commit 2e9035a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/linting/troubleshooting/Performance.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ We recommend you do not use the following rules, as TypeScript provides the same
8585
- `import/namespace`
8686
- `import/default`
8787
- `import/no-named-as-default-member`
88+
- `import/no-unresolved` (as long as you are using [`import` over `require`](https://typescript-eslint.io/rules/no-var-requires/))
8889

8990
The following rules do not have equivalent checks in TypeScript, so we recommend that you only run them at CI/push time, to lessen the local performance burden.
9091

0 commit comments

Comments
 (0)
0