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
Regarding the instructions to configure the eslint-plugin-import for typescript @nuxtjs/eslint-config-typescript is not configured correctly because for example the import/named rule is set on error.
This causes ESLint errors in Nuxt projects with Typescript.
Workaround for me is adding these two line to the eslint config
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.
Regarding the instructions to configure the eslint-plugin-import for typescript @nuxtjs/eslint-config-typescript is not configured correctly because for example the import/named rule is set on error.
This causes ESLint errors in Nuxt projects with Typescript.
Workaround for me is adding these two line to the eslint config
The text was updated successfully, but these errors were encountered: