-
Notifications
You must be signed in to change notification settings - Fork 336
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
No error reported in the editor #1251
Comments
@wenfangdu when validating in the terminal which working directory are you using. If it is different than VS Code's workspace folder you opened then very likely you need to configure |
I am a little puzzled with the example. What do you expect in main.ts to happen. If I change the code to
to mirror what is in test.js I get the correct error |
@dbaeumer Oops, sorry, seems My {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
} I'm using VSCode |
@dbaeumer I've fixed this issue by adding |
@wenfangdu no, I didn't change any configuration file. I agree it is wired but without being able to reproduce I opt to close for now. Ping if you disagree. |
Error is reported in the terminal but is not reported in the editor:
.eslintrc.js
The text was updated successfully, but these errors were encountered: