v9.7.0
✨ Enhancements
- #1996 Added
vue/multiline-ternary
rule that applies the coremultiline-ternary
rule to expressions in<template>
and<style>
. - #2009 Added
vue/v-on-handler-style
rule that enforces writing style for handlers inv-on
directives. - #1989 Added
globals
option tovue/component-name-in-template-casing
rule. - #2013 Added support for regexp options to
vue/no-restricted-class
rule.
⚙️ Updates
- #2009 Deprecated
vue/v-on-function-call
rule. Use the newvue/v-on-handler-style
rule instead.
Full Changelog: v9.6.0...v9.7.0