Minor Changes
- Added new
-errorconfig variants, with all rules' severity set toerror:strongly-recommended-error,recommended-error,vue2-strongly-recommended-error,vue2-recommended-error(along with their flat config equivalents) (#2796) - Added new
vue/no-literals-in-templaterule (#3000) - Added new
vue/no-undef-directivesrule (#2990) - Added new
ignoreEOLCommentsoption tovue/no-multi-spacesrule (#2989) - Changed
vue/no-negated-v-if-conditionsuggestion to autofix (#2984) - Added TypeScript support for eslint-plugin-vue development (#2916)
Patch Changes
- Fixed false positives in
vue/define-props-destructuringrule when imported types are passed todefineProps(#2995) - Updated Vue 3 export names resources: added
DirectiveModifiers(#2996) - Updated Vue 3 export names resources: added
nodeOpsandpatchProp(#2986)