BenoitZugmeyer / eslint-plugin-html

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

Allow the <script type="text/ecmascript-6"> tag to be parsed #17

Closed AlexBeauchemin closed 8 years ago

AlexBeauchemin commented 8 years ago

Some IDE need this tag to allow es6 inside inline scripts, one good example is using Polymer and web components with webstorm (intelliJ)

Currently <script type="text/ecmascript-6"> are ignored

BenoitZugmeyer commented 8 years ago

Thank you