eslint-plugin-vue-pug-sfc
eslint-plugin-vue-pug-sfc copied to clipboard
eslint plugin vue pug sfc
https://eslint.vuejs.org/rules/custom-event-name-casing
https://eslint.vuejs.org/rules/max-attributes-per-line Maybe just use https://github.com/prettier/plugin-pug
https://eslint.vuejs.org/rules/html-self-closing Does pug manages this on it's own?
https://eslint.vuejs.org/rules/html-indent pug is based on indentation...
https://eslint.vuejs.org/rules/html-end-tags Maybe not necessary for pug.
https://eslint.vuejs.org/rules/no-parsing-error Is this even possible? Do we need to forward the lexer's errors?
https://eslint.vuejs.org/rules/no-mutating-props Does Volar solve this already?
https://eslint.vuejs.org/rules/v-on-event-hyphenation