You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By using FlatCompat existing eslintrc configurations can be reused in flat config style. This is a great solution while waiting for the packages to provide flat config configurations
devtobi
changed the title
Move to ESLint flat config for cv-wrapper
Move deprecated eslintrc plugin configs to flat config
Jul 14, 2024
To move to ESLint flat config the following dependencies need to support this feature:
eslint:recommended
->@eslint/js
plugin:vue/vue3-essential
->eslint-plugin-vue
@vue/eslint-config-typescript
-> WAITING FOR SUPPORT (see Flat config support vuejs/eslint-config-typescript#72)@vue/eslint-config-prettier/skip-formatting
-> WAITING FOR SUPPORT (see Eslint 9.0 released and the flat configuration format vuejs/eslint-config-prettier#19)plugin:@intlify/vue-i18n/recommended
->@intlify/eslint-plugin-vue-i18n
With the new flat config syntax
rushstack/eslint-patch
can be removed. ;)The text was updated successfully, but these errors were encountered: