We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following typescript-eslint/typescript-eslint#8424 (comment): right now, eslint-plugin-import deletes the two known parserOptions from typescript-eslint's typed linting:
eslint-plugin-import
parserOptions
eslint-plugin-import/utils/parse.js
Lines 80 to 85 in 7a21f7e
...but we added an EXPERIMENTAL_useProjectService too. Folks using it are experiencing the performance issues from #1408 again.
EXPERIMENTAL_useProjectService
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Following typescript-eslint/typescript-eslint#8424 (comment): right now,
eslint-plugin-import
deletes the two knownparserOptions
from typescript-eslint's typed linting:eslint-plugin-import/utils/parse.js
Lines 80 to 85 in 7a21f7e
...but we added an
EXPERIMENTAL_useProjectService
too. Folks using it are experiencing the performance issues from #1408 again.The text was updated successfully, but these errors were encountered: