-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Disable rules using "off" instead of "false" #43
Comments
Hi, It's break backward compatibitilies. I think it make sense to concentrate on business features instead of this small improvements |
I meant we could have both options, so that it's backwards compatible. I think a lot of users coming from eslint are used to using I agree that this is low priority, but it's the kind of thing that someone looking to collaborate could use as a first issue. |
Now that we have 2.0 about to be released, and for the sake of simplicity, why don't we simply get rid of |
Yes please. |
For the record: |
In order to make solhint more compatible with eslint, we should allow disabling rules using the value
"off"
instead of usingfalse
. We can make this change backward-compatible and, ideally, show a deprecated message for configurations that usefalse
.The text was updated successfully, but these errors were encountered: