Skip to content
Compare
Choose a tag to compare
@haoqunjiang haoqunjiang released this 19 Jan 10:46
72a3997

What's Changed

  • Added support for ESLint ^9.10, Node.js ^18.18.0 || ^20.9.0 || >=21.1.0. Dropped support for older versions.
  • Switched to ESLint Flat Config, dropping legacy .eslintrc* format.
  • Applied stylistic rules to expressions in <template> blocks.
  • Removed createAliasSetting helper; path aliases are now auto-detected in jsconfig.json and tsconfig.json.
  • Removed Vue CLI project setup examples.

Internal Changes:

  • Dropped eslint-config-standard dependency; now maintaining rules internally.
  • Replaced eslint-plugin-import with eslint-plugin-import-x.
  • Using stylistic rules from @stylistic/eslint-plugin.
  • Updated other dependencies.

Please refer to the README.md for more detailed information.

Full Changelog: https://github.com/vuejs/eslint-config-standard/compare/@vue/[email protected]...@vue/[email protected]