[2.5.0] still get Parsing error: '>' expected for Vue SFC (but Windows only?) #1133
Labels
package: parser
Issues related to @typescript-eslint/parser
triage
Waiting for team members to take a look
What code were you trying to parse?
Any Vue SFC.
e.g.
What did you expect to happen?
Eslint to return lint warnings/errors including for .vue files.
What actually happened?
for each .vue file with no other errors/warnings. .ts files are correctly handled.
This is only happening on Windows, same setup with same project on macOS returns expected results.
Not sure if it's possible that the recent improvements for vue SFCs in #1083 have a platform-specific issue?
Please let me know if there's anything else I can provide that would be helpful.
Versions
@typescript-eslint/parser
2.5.0
TypeScript
3.6.4
ESLint
6.5.1
node
10.15.3
npm
6.9.0
(yarn 1.19.1)
.eslintrc.js
The text was updated successfully, but these errors were encountered: