This repository has been archived by the owner on Feb 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Duplicate line-length rules #84
Comments
Also running into disabling eslint and then having to disable jscs seperately. |
as a result, using flag |
@rhobot I believe that's a regression in 1.0.0 |
👍 Having the same problem. There are a few more which I don't disable but are definitely dupes and are noisy:
|
I like duplicate warnings. Fixing each one is killing 2 birds with one stone! |
That's not useful, we need to get rid of duplicates so we can use one inline comment to turn them off. |
This is fixed in this PR #90 |
Install v1.0.1 to get this fix. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When you have a line longer than your project limit, you have to disable two rules:
I recommend removing the jscs rule.
The text was updated successfully, but these errors were encountered: