Shinigami
Shinigami
https://eslint.vuejs.org/rules/html-comment-content-newline Does pug even allow such comments?
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?