8000 GitHub - evmcl/eslint-plugin-vue-issue
[go: up one dir, main page]

Skip to content

evmcl/eslint-plugin-vue-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update: Release 2.5.0 of @typescript-eslint/eslint-plugin and @typescript-eslint/parser has fixed this issue. Leaving this repo here for posterity.

Minimum example to show what seems to be a parser conflict when using typescript with .vue files as a demonstration for issue 970.

After cloning the repo, do:

npm install
npm run lint
# or npx eslint src/*.vue

And you will get the error:

src/file_b.vue
  3:23  error  Parsing error: '>' expected  vue/no-parsing-error

Remove src/file_a.vue then there is no errors.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0