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 Jul 15, 2023. It is now read-only.
@tommck I think most of those are simply due to the schema not allowing an array or a boolean at the same time. It's perfectly valid to disable an option with just a false even if enabling it would require an array of parameters.
However for some options just a true is indeed not enough, as with member-ordering.
Do any of you have a preferred recommended default value?
@tommck which other rules have invalid default parameters? I am not linting the file, so whether or not you get linting errors depends I guess on what your linting tool and linting rules are.
The
recommended_ruleset.js
includes a"member-ordering": true
rule which in that form doesn't actually do anything.See the documentation.
The text was updated successfully, but these errors were encountered: