-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
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
[vscode] the plugin reports catch
but I'm using ignoreCatch: true
#85
Comments
So the vscode plugin will not read |
Then I have an idea that we should provide an option which presents whether to enable this plugin's function, reading What means when no |
The CLI read |
A lot of tools like eslint, tslint, prettier, etc have similar situation but they are just working when they are enabled specifically. We can find up |
I checked what tslint does, default tslint.json and configured tslint.json is relative to the project root(tsconfig.json) rather than top workspace folder: https://github.com/Microsoft/typescript-tslint-plugin#configuration-options |
@plantain-00 I have this option enabled in vscode but still not working |
That's weird then. I'm using a mono repo in workspace with multi projects. Can you try https://github.com/mdx-js/eslint-mdx at https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-mdx/src/parser.ts#L225? |
Version(if relevant): 2.16.3
Environment(if relevant):
Code(if relevant):
Expected:
No warning reported
Actual:
Besides, this cli works correctly.
The text was updated successfully, but these errors were encountered: