Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable eslint rule checks for npm run dev #21

Open
frazs opened this issue Sep 3, 2020 · 1 comment
Open

Disable eslint rule checks for npm run dev #21

frazs opened this issue Sep 3, 2020 · 1 comment

Comments

@frazs
Copy link

frazs commented Sep 3, 2020

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.

saffaalvi pushed a commit that referenced this issue Feb 5, 2021
fix(Dockerfile): add env variable
saffaalvi pushed a commit that referenced this issue Feb 12, 2021
fix(Dockerfile): add env variable
saffaalvi pushed a commit that referenced this issue Feb 12, 2021
fix(Dockerfile): add env variable
@frazs
Copy link
Author

frazs commented May 6, 2022

Is this still relevant? If not feel free to close off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant