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
This issue was created for the legacy configs for Nuxt 2, which have been deprecated for a while and removed recently in #534. The issue is likely no longer relevant to the latest version. If you still have a similar issue with the latest config, please open a new issue with minimal reproduction. Thanks.
Using
extends: ['@nuxtjs/eslint-config-typescript']
with no further plugins or extensions enabled, the following codeproduces a "Useless constructor no-useless-constructor" error.
This error disappears with the plain typescript config:
The text was updated successfully, but these errors were encountered: