Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/linting/troubleshooting/Performance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ We recommend you do not use the following rules, as TypeScript provides the same
- `import/namespace`
- `import/default`
- `import/no-named-as-default-member`
- `import/no-unresolved` (as long as you are using [`import` over `require`](https://typescript-eslint.io/rules/no-var-requires/))

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.

Expand Down