Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-22 | 1.7 kB | |
v10.5.0 source code.tar.gz | 2025-09-22 | 654.0 kB | |
v10.5.0 source code.zip | 2025-09-22 | 1.4 MB | |
Totals: 3 Items | 2.1 MB | 0 |
Minor Changes
- Added
ignoredObjectNames
option tovue/no-async-in-computed-properties
(#2927) - Added
ignorePattern
option tovue/no-v-html
(#2857) - Added
sortLineLength
option tovue/attributes-order
(#2759) - Changed
vue/component-name-in-template-casing
globals
option to support regex patterns (#2928) - Changed
vue/valid-define-options
to allow local literal constant references (#2920) - Changed
vue/no-mutating-props
andvue/no-side-effects-in-computed-properties
rules to detectObject.assign
mutations (#2929) - Added
@stylistic/eslint-plugin
as optional peer dependency (#2884)
Patch Changes
- Changed
vue/define-macros-order
to ignore enum declarations anddeclare
statements (#2918)