Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-29 | 714 Bytes | |
v10.0.1 source code.tar.gz | 2025-04-29 | 632.7 kB | |
v10.0.1 source code.zip | 2025-04-29 | 1.4 MB | |
Totals: 3 Items | 2.1 MB | 0 |
đ Bug Fixes
- [#2700] Fixed incorrect type for
.eslintrc
configs. - [#2703] Fixed false negatives for multiple script blocks in
vue/prefer-use-template-ref
rule. - [#2726] Fixed false positives for tagged template expressions in
vue/no-ref-as-operand
rule. - [#2728] Fixed false negatives for props destructure in
vue/require-default-prop
rule. - [#2731] Fixed false positives for renamed props in
vue/no-dupe-keys
rule.
âď¸ Updates
- [#2701] Improved the report location for
vue/no-export-in-script-setup
rule. - [#2724] Improved the report location for
vue/html-self-closing
rule.
Full Changelog: https://github.com/vuejs/eslint-plugin-vue/compare/v10.0.0...v10.0.1