fnx
fnx
After thinking about it more I think the best way to solve settings vs options is that rules only have a boolean for `publicOnly`. Then pass the value of the...
Thanks for the reviews. I pushed the suggested fixes / features as separate commits for easier reviewing. Some notes: - Currently it is not possible to overwrite undefined and then...
@mdjermanovic I fixed this locally. But I have two questions regarding when to fix/suggest the fix: 1. In the proposal the [canBeFixed](https://github.com/eslint/eslint/blob/5891c7533f500110129fdea7b9b63c8a409da0bd/lib/rules/operator-assignment.js#L49=) is linked which also allows fixing for `a.b...
Yes I am still working on this. Sorry for dropping the ball on this. I forgot to push the suggest cases. Also I checked the rule on some major JavaScript/TypeScript...
I fixed the two pointed out issues. Sorry for keep misunderstanding the suggestion condition. Now all suggestions are based on whether the access can be a getter except for logical...
Thanks for the thorough review. All the suggestions should be implemented as separate commits.
What is the current status of this issue? I offer to contribute this rule (I already have a personal rule with the basic patterns). I think what is left to...
I'll start working on it and should have a draft PR for the cases covered by the proposal by this weekend.
Sorry I lost sight on this. I will finish this at the end of the week at the latest
Also ran into this. When contributing this rule, should it support coarse options extending the existing options like `props` and `components` or just allow any reference outside the as that...