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
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
It seems to me that it would be very useful to allow both boolean values for all boolean rules. E.g., disallowMultipleLineBreaks can be set to true but not false.
AssertionError: disallowMultipleLineBreaks option requires true value or should be removed
It's nice to be able to set rules like this to either value when trying out the features, and so other devs can see what rules are available without having to look up the node-jscs docs. It wouldn't be so bad if JSON allowed use to comment-out lines.
The text was updated successfully, but these errors were encountered:
It seems to me that it would be very useful to allow both boolean values for all boolean rules. E.g., disallowMultipleLineBreaks can be set to
true
but notfalse
.It's nice to be able to set rules like this to either value when trying out the features, and so other devs can see what rules are available without having to look up the node-jscs docs. It wouldn't be so bad if JSON allowed use to comment-out lines.
The text was updated successfully, but these errors were encountered: