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

How can I avoid DEV build failures due to eslint? #10060

Closed
sean256 opened this issue Nov 12, 2020 · 3 comments
Closed

How can I avoid DEV build failures due to eslint? #10060

sean256 opened this issue Nov 12, 2020 · 3 comments

Comments

@sean256
Copy link

sean256 commented Nov 12, 2020

Searching around lead me to a bunch of unanswered "Discussions", such as: #9959

So I hope this issue will get us an answer faster.

Summary: I am extending eslint with a lot of non-logic-breaking errors, like code style, no console, etc. When developing locally using yarn start I don't want to make sure all of my code fits our style guid while I'm working.

@ahmed2m
Copy link

ahmed2m commented Nov 12, 2020

Probably related to this #9929

@rswerve
Copy link

rswerve commented Nov 12, 2020

Probably related to this #9929

I think that's slightly different. The user doesn't want to disable ESLint, they want to return to the pre-4.0 behavior of the linter showing errors in the console without blocking compilation. This one is the same issue as #9887 and #10021 and #9959

@gaearon
Copy link
Contributor

gaearon commented Nov 12, 2020

Duplicate of #9887, let's consolidate there.

@gaearon gaearon closed this as completed Nov 12, 2020
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

4 participants