🔧 This rule is partially fixable with eslint --fix
Examples of incorrect code for this rule:
<v-btn outlined />
Examples of correct code for this rule:
<v-btn variant="outlined" />
This rule has no configuration options.
🔧 This rule is partially fixable with eslint --fix
Examples of incorrect code for this rule:
<v-btn outlined />
Examples of correct code for this rule:
<v-btn variant="outlined" />
This rule has no configuration options.