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 injsconfig.json
andtsconfig.json
. - Removed Vue CLI project setup examples.
Internal Changes:
- Dropped
eslint-config-standard
dependency; now maintaining rules internally. - Replaced
eslint-plugin-import
witheslint-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]