v9.15.0
✨ Enhancements
- #2194 Added
vue/no-consolerule that applies the coreno-consolerule to expressions in<template>. - #2198 Added
vue/require-macro-variable-namerule that requires a certain macro variable name. - #2204 Added
vue/require-typed-refrule that requiresrefandshallowReffunctions to be strongly typed. - #2210 Added
vue/no-restricted-component-namesrule that disallows specific component names. - #2213 Added
vue/max-lines-per-blockrule that enforces a maximum number of lines in Vue SFC blocks.
Full Changelog: v9.14.1...v9.15.0