BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
436 stars 51 forks source link

Support for script tag with type text/babel #13

Closed Ben52 closed 8 years ago

Ben52 commented 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.

BenoitZugmeyer commented 8 years ago

No problem, I'll add this soon, or sooner if you send a PR !

Ben52 commented 8 years ago

Done! #14

BenoitZugmeyer commented 8 years ago

Thank you!