Minor Changes
-
Added more
Promisefunctions tovue/no-async-in-computed-properties(#3020) -
Added
ignoreVBindObjectoption tovue/attributes-order(#3012) -
Added
allowEmptyAliasoption tovue/valid-v-for(#3011) -
Added ESLint v10 as an allowed peer dependency (needs
eslint-parser-vuev10.3.0) (#2962) -
Added new
destructure: "only-when-assigned"option tovue/define-props-destructuringand changed default value fromdestructure: "always"todestructure: "only-when-assigned"(#3009)
Patch Changes
- Fixed
vue/no-unused-varsto detect components passed as slot props (#3008)