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
I am making extensive use of the readonly-array rule, and was wondering: do you happen to have any plans for equivalent readonly-set and readonly-map rules that would enforce the same constraint on Maps and Sets?
The text was updated successfully, but these errors were encountered:
I currently have no plans to implement those rules but it sound like a really nice idea! I will see if I can get some time to implement that, and I would certainly accept a PR for those rules if someone else wants to work on it. (I currently don't use Map and Set much in my own projects as I mostly deal with state that needs to be serializable to JSON).
I am making extensive use of the
readonly-array
rule, and was wondering: do you happen to have any plans for equivalentreadonly-set
andreadonly-map
rules that would enforce the same constraint onMap
s andSet
s?The text was updated successfully, but these errors were encountered: