BenoitZugmeyer / eslint-plugin-html

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

Add .tag extension for riot tags. #25

Closed juodumas closed 8 years ago

juodumas commented 8 years ago

RiotJS uses .tag files for its custom tags: http://riotjs.com/#custom-tags

Though seeing how fast the htmlExtensions array is growing, maybe it would be a better idea to make it configurable through .eslintrc?

BenoitZugmeyer commented 8 years ago

Thanks. Sadly, it can't be done via .eslintrc for now, see eslint/eslint#3422