Closed chetnashah closed 5 years ago
Weird, but that sounds like an issue with the ESLint plugin for VS Code, doesn't it?
i'll try to dig deeper and get back
Adding setting for vscode-eslint did the trick. https://github.com/Microsoft/vscode-eslint/issues/227#issuecomment-297118310
ESLint would expect ESTree compliant input to accurately report ESLint errors. so parser used is
typescript-eslint-parser
.The eslint command works fine but VSCode stops showing ESLint errors with following config:
Repo for reproducibility: https://github.com/chetnashah/formik-app