Skip to content

@vue/eslint-config-standard@9.0.0

Compare
Choose a tag to compare
@haoqunjiang haoqunjiang released this 19 Jan 10:46
· 6 commits to main since this release
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/eslint-config-standard@8.0.1...@vue/eslint-config-standard@9.0.0