Closed Ben52 closed 8 years ago
Hi! I would like to use this plugin to lint .vue files, however to get my IDE to recognize ES6, I have to specify type="text/babel" on my script tags, which prevents the linter from linting my javascript.
type="text/babel"
No problem, I'll add this soon, or sooner if you send a PR !
Done! #14
Thank you!
Hi! I would like to use this plugin to lint .vue files, however to get my IDE to recognize ES6, I have to specify
type="text/babel"
on my script tags, which prevents the linter from linting my javascript.