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
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: