File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " eslint-plugin-import-x " : patch
3+ ---
4+
5+ fix: enable isolation parsing w/ typescript-eslint v8
Original file line number Diff line number Diff line change @@ -89,7 +89,11 @@ export function parse(
8989 // "project" or "projects" in parserOptions. Removing these options means the parser will
9090 // only parse one file in isolate mode, which is much, much faster.
9191 // https://github.com/import-js/eslint-plugin-import/issues/1408#issuecomment-509298962
92+
93+ // TODO: prefer https://github.com/typescript-eslint/typescript-eslint/pull/9233 when typescript-eslint v8
94+ // become stable
9295 delete parserOptions . EXPERIMENTAL_useProjectService
96+ delete parserOptions . projectService
9397 delete parserOptions . project
9498 delete parserOptions . projects
9599
You can’t perform that action at this time.
0 commit comments