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.
Use case: When merging multiple sets of options (e.g. per-file overrides) and you need to relax an option. Currently, using false or undefined in an overriding set of options results in errors, e.g.:
requireCamelCaseOrUpperCaseIdentifiers option requires true value or should be removed
requireCamelCaseOrUpperCaseIdentifiers option requires boolean value
(This is an intentional duplicate of #255, which was prematurely closed.)
The text was updated successfully, but these errors were encountered:
@cvrebert yeah, we need to do a better job documenting and making options easier to configure. It's the next big thing we're working on. Thanks for bearing with us!
Use case: When merging multiple sets of options (e.g. per-file overrides) and you need to relax an option. Currently, using
false
orundefined
in an overriding set of options results in errors, e.g.:(This is an intentional duplicate of #255, which was prematurely closed.)
The text was updated successfully, but these errors were encountered: