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
Not sure if this is particular to centraldashboard or extends to other areas, but there are some very restrictive eslint rules that apply even on an npm run dev and will stop the server for e.g. a line over 80 characters, lack of JSDoc comments, the use of any console commands such as console.debug()...
What's the best way to pause this? These rules make sense for something that is being finalized for a PR, but can get in the way of an initial rapid trial/error exploration or debugging process.
The text was updated successfully, but these errors were encountered:
Not sure if this is particular to centraldashboard or extends to other areas, but there are some very restrictive eslint rules that apply even on an
npm run dev
and will stop the server for e.g. a line over 80 characters, lack of JSDoc comments, the use of anyconsole
commands such asconsole.debug()
...What's the best way to pause this? These rules make sense for something that is being finalized for a PR, but can get in the way of an initial rapid trial/error exploration or debugging process.
The text was updated successfully, but these errors were encountered: