vuejs / eslint-config-typescript

eslint-config-typescript for vue projects
MIT License
111 stars 26 forks source link

Flat config support #72

Open rijenkii opened 3 months ago

rijenkii commented 3 months ago

I see that it has been mentioned a couple of times (https://github.com/vuejs/eslint-config-typescript/issues/59#issuecomment-1718922854, https://github.com/vuejs/eslint-config-typescript/pull/48#issuecomment-1527163212), it is still not supported.

rijenkii commented 2 months ago

Bump, now that eslint-plugin-vue supports flat configs: https://github.com/vuejs/eslint-plugin-vue/releases/tag/v9.24.0.

mwkcoding commented 2 months ago

This should happen ASAP as the eslintrc config is deprecated.

bmulholland commented 5 hours ago

Flat Config solves the ESLint sub-dependency limitation noted in the README, so that section should be updated when the plugin is.