Skip to content

v14.3.0

Latest
Compare
Choose a tag to compare
@haoqunjiang haoqunjiang released this 14 Jan 14:31
· 7 commits to main since this release
cdbecf6

New Features

  • A completely new approach to set up the ESLint configurations with helpers like defineConfigWithVueTs and vueTsConfigs.
    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

New Contributors

Full Changelog: v14.2.0...v14.3.0