Closed aleksey-hoffman closed 8 months ago
Hey guys, maybe I'm missing something, but why is this module even needed?
My Vite-Vue-TS project works perfectly fine without this module. So why does Vite adds it into the project in the first place? It's not clear from the readme page
I'm using @typescript-eslint plugin directly
@typescript-eslint
plugins: [ '@typescript-eslint', 'import' ], extends: [ 'plugin:@typescript-eslint/recommended', 'plugin:vue/vue3-recommended', 'eslint:recommended', 'plugin:import/recommended', 'plugin:import/typescript', 'plugin:@intlify/vue-i18n/recommended', '@vue/typescript/recommended' ],
Hey guys, maybe I'm missing something, but why is this module even needed?
My Vite-Vue-TS project works perfectly fine without this module. So why does Vite adds it into the project in the first place? It's not clear from the readme page
Here's my eslint config
I'm using
@typescript-eslint
plugin directly