BenoitZugmeyer / eslint-plugin-html

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

Drop support for vue files to avoid conflicts with eslint-plugin-vue #103

Closed BPScott closed 6 years ago

BPScott commented 6 years ago

eslint-plugin-html and eslint-plugin-vue conflict with each other as per https://github.com/vuejs/eslint-plugin-vue/blob/562fde184a7a37f551fc98711a0bb4233c749606/README.md#why-doesnt-it-work-on-vue-file

This is because the processor in eslint-plugin-vue does not modify the vue file when processing the file, while eslint-plugin-vue's processor extracts just the Githubissues.

  • Githubissues is a development platform for aggregating issues.