eslint-plugin-vue-pug-sfc
eslint-plugin-vue-pug-sfc copied to clipboard
eslint plugin vue pug sfc
https://eslint.vuejs.org/rules/no-deprecated-events-api Can `$on` be called in a pug template?
https://eslint.vuejs.org/rules/no-deprecated-dollar-scopedslots-api
https://eslint.vuejs.org/rules/no-deprecated-filter
https://eslint.vuejs.org/rules/no-dupe-v-else-if
https://eslint.vuejs.org/rules/require-v-for-key
https://eslint.vuejs.org/rules/no-unused-components Maybe `eslint-plugin-vue` needs to support this :thinking:
https://eslint.vuejs.org/rules/this-in-template.html - [ ] Stabilizing the `range` calculation of pug tokens [src/utils/index#parsePugContent](https://github.com/Shinigami92/eslint-plugin-vue-pug-sfc/blob/main/src/utils/index.ts#L67) - [ ] Full support of `vue-pug-sfc/this-in-template` - [x] `never` - [x] Detecting `this.` - [x] Auto-fix `this.`...
https://eslint.vuejs.org/rules/no-empty-component-block Is this fully covered by eslint-plugin-vue?
https://eslint.vuejs.org/rules/html-comment-indent Does pug even allow this?
https://eslint.vuejs.org/rules/html-comment-content-newline Does pug even allow such comments?