🐛 Bug Fixes
- #2275 Fixed auto-fix of
vue/prefer-define-options
rule to insertdefineOptions
after import declaration. - #2293 Fixed false negatives for whitespace in
vue/require-toggle-inside-transition
rule. - #2301 Fixed
vue/component-name-in-template-casing
to ignore elements in vue template syntax.
⚙️ Updates
- #2292 Fixed to replace
typeParameters
withtypeArguments
.
Full Changelog: v9.17.0...v9.18.0