You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What does the rule currently do for this code?
It throws the following error: Configuration for rule "vue/define-macros-order" is invalid: Value "defineModels" should be equal to one of the allowed values.
What will the rule do after it's changed?
Support DefineModels
Additional context
Maybe support all macros defined in parserOptions.vueFeatures.customMacros
The text was updated successfully, but these errors were encountered:
What rule do you want to change?
define-macros-order
Does this change cause the rule to produce more or fewer warnings?
more
How will the change be implemented? (New option, new default behavior, etc.)?
new entry in the order array
Please provide some example code that this change will affect:
old:
new:
What does the rule currently do for this code?
It throws the following error: Configuration for rule "vue/define-macros-order" is invalid: Value "defineModels" should be equal to one of the allowed values.
What will the rule do after it's changed?
Support DefineModels
Additional context
Maybe support all macros defined in parserOptions.vueFeatures.customMacros
The text was updated successfully, but these errors were encountered: