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
I think this file should be ignored in the same manner in which app.vue is not caught by this rule.
Another possible solution would be to add this specific file to the rule overrides as done in #190 (although this assumes that error.vue never changes from this point forward).
The text was updated successfully, but these errors were encountered:
Nuxt 3 added support for
error.vue
in the source directory. https://v3.nuxtjs.org/docs/usage/error-handling#rendering-an-error-pageThis is caught by ESLint:

I think this file should be ignored in the same manner in which
app.vue
is not caught by this rule.Another possible solution would be to add this specific file to the rule overrides as done in #190 (although this assumes that error.vue never changes from this point forward).
The text was updated successfully, but these errors were encountered: