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 rule do you want to change?
"eslint-plugin-vue": "~10.3.0"
Does this change cause the rule to produce more or fewer warnings?
Fewer warnings. It would allow special framework-convention filenames like default.vue, index.vue, error.vue, and 404.vue without triggering the rule.
How will the change be implemented? (New option, new default behavior, etc.)?
Modify a new behavior to ignore files like default, index and error without putting them in ignore section of .eslintrc
Please provide some example code that this change will affect: