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
The linebreak style validation of eslint is slowing down recompilation quite considerably (a few seconds). The 828 errors it gets us may also make the one actual and important error not seen.
Therefore I'd say it should be either deactivated for non-production environments like no-console and no-debugger already are in .eslintrc.js or fix the linebreaks.
The text was updated successfully, but these errors were encountered:
The linebreak style validation of eslint is slowing down recompilation quite considerably (a few seconds). The 828 errors it gets us may also make the one actual and important error not seen.
Therefore I'd say it should be either deactivated for non-production environments like
no-console
andno-debugger
already are in.eslintrc.js
or fix the linebreaks.The text was updated successfully, but these errors were encountered: