Open Shinigami92 opened 3 years ago
https://eslint.vuejs.org/rules/no-unused-components
Maybe eslint-plugin-vue needs to support this :thinking:
eslint-plugin-vue
@TokugawaTakeshi This plugin will focus on linting the template part, but this rule underlines parts in script. So I'm not sure if this rule will be supported.
template
script
https://github.com/TokugawaTakeshi/vue-eslint-pug_support_test/blob/7a08beda5096f9ac97c8a4077387844a72a584ec/src/App.vue#L41
https://eslint.vuejs.org/rules/no-unused-components
Maybe
eslint-plugin-vue
needs to support this :thinking: