What's Changed
- Added support for ESLint Flat Config #81
- Dropped support for the legacy
.eslintrc*
configuration format. If you need that, please stay on version 13, which is also tagged as@vue/eslint-config-typescript@legacy-eslintrc
. - The default configuration now extends from
tseslint.configs.recommended
instead ofeslint-recommended
.
Full Changelog: v13.0.0...v14.0.0