BenoitZugmeyer / eslint-plugin-html

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

Support more standard JS MIME types in the type attribute. #15

Closed kmaglione closed 8 years ago

BenoitZugmeyer commented 8 years ago

Thanks a lot for your work. I was working on this project to fix #12, and I rewrote big parts of the code.

Could you rebase your pull request against the current master and adapt your patch to the new way of writing tests?

As a bonus, I removed node 0.12 support in travis, so we can use string templates and other ES6 features supported by node 4+, so your PR won't fail CI.

kmaglione commented 8 years ago

Sorry, I didn't notice the CI failures. Rebased and updated.