New Features
- A completely new approach to set up the ESLint configurations with helpers like
defineConfigWithVueTs
andvueTsConfigs
.
Please read the documentation for more details.
With this new API set, you can easily override type-aware linting rules without worrying its position in the config array. Therefore there would be fewer mysterious errors or slowdown in a heavily customized project.
Note
The old style ...vueTsEslintConfig()
still works, there's no need to update to the new style if that has been working well in your project.
Bug Fixes
- fix: typo in index.ts by @aparajita in #128
New Contributors
- @aparajita made their first contribution in #128
Full Changelog: v14.2.0...v14.3.0