2024-11-05 (v3.12.0)
Notable Changes
- feat(ESLint): add experimental Oxlint integration by @haoqunjiang in #601
Note
If you want to try Oxlint out in your existing project following our setup, please be aware that it's not a drop-in replacement. Oxlint could catch more errors than the previous default ESLint configuration.
It's because Oxlint's correctness rule category also contains rules from other popular community plugins such as unicorn, while the previous default ESLint configuration only errors on recommended rules from @eslint/js, typescript-eslint, eslint-plugin-vue, and other project-specific plugins.
- chore: dependency maintenance
- chore: mark template files as CC0 1.0 (public domain) by @btea in #594
- fix(index.html): set
langattribute to an empty string, dropping English as the default language by @botic in #600
Please set your preferred language manually after scaffolding the project - feat(Prettier): align the default prettier style with
create-vueinstead ofvuecore by @haoqunjiang in 5c93155
(TL;DR: removed"arrowParens": "avoid"and added"printWidth": 100)
New Contributors
Full Changelog: v3.11.2...v3.12.0