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(
89
89
// "project" or "projects" in parserOptions. Removing these options means the parser will
90
90
// only parse one file in isolate mode, which is much, much faster.
91
91
// 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
92
95
delete parserOptions . EXPERIMENTAL_useProjectService
96
+ delete parserOptions . projectService
93
97
delete parserOptions . project
94
98
delete parserOptions . projects
95
99
You can’t perform that action at this time.
0 commit comments