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
Disabling module-eslint removes this error.
On build this is not happening.
We have the same issue #111 and there are some examples of how to disable repeated messages.
The hints helped to start the dev server with lintOnStart: false. The repeated issues are still coming up, but after the start.
Our issue might be with sass or checking on a style file. We have one SCSS file where we add Bootstrap to it and the rest inside are normal styles with classes. Any other styles are within vue files.
Is there a possibility to trace the files that are checked?
The text was updated successfully, but these errors were encountered:
Information on system
Packages
Here are only some packages, but these are the most relevant for the issue:
Updating all packages was not fixing the issue, so we left them in that state.
Description
We get following error when starting nuxt with the dev server
pnpm run dev
:Disabling module-eslint removes this error.
On build this is not happening.
We have the same issue #111 and there are some examples of how to disable repeated messages.
The hints helped to start the dev server with
lintOnStart: false
. The repeated issues are still coming up, but after the start.Our issue might be with
sass
or checking on a style file. We have one SCSS file where we add Bootstrap to it and the rest inside are normal styles with classes. Any other styles are within vue files.Is there a possibility to trace the files that are checked?
The text was updated successfully, but these errors were encountered: