Upgrade eslint rules for Vue, from 'essential' to 'recommended' #9538
Labels
Enhancement:1:Minor
A new feature or improvement that can be implemented in less than 3 days.
Milestone
Static analysis in form of Eslint is very valuable and helps with some code consistency as well as catching some mistakes.
While updating to vue3 I intentionally went for
plugin:vue/vue3-essential
ruleset to avoid significant number of automatic code changes in our Vue.js codebase.Intention of this issue to upgrade to extended set of rules
plugin:vue/vue3-recommended
which helps us to follow vue3 recommendation for coding.The text was updated successfully, but these errors were encountered: