@vue/eslint-config-standard@9.0.0
·
35 commits
to main
since this release
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
createAliasSettinghelper; path aliases are now auto-detected injsconfig.jsonandtsconfig.json. - Removed Vue CLI project setup examples.
Internal Changes:
- Dropped
eslint-config-standarddependency; now maintaining rules internally. - Replaced
eslint-plugin-importwitheslint-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