vuejs / eslint-config-typescript

ESLint configuration for Vue 3 + TypeScript projects
MIT License
128 stars 30 forks source link

fix: add missing dot to extraFileExtensions #90

Closed jfrs closed 3 weeks ago

jfrs commented 3 weeks ago

According this this extraFileExtensions needs a . before the extension.

Add extensions starting with ., followed by the file extension. E.g. for a .vue file use "extraFileExtensions": [".vue"].