eslint-plugin-total-functions icon indicating copy to clipboard operation
eslint-plugin-total-functions copied to clipboard

[unsafe-assignment-rule] report problematic properties

Open danielnixon opened this issue 3 years ago • 1 comments

We should report the property name (and the path down through nested properties to get to it) in the eslint error message to make fixing unsafe assignments easier.

danielnixon avatar Oct 11 '20 03:10 danielnixon

I have implemented https://github.com/danielnixon/eslint-plugin-total-functions/issues/708, so this is now blocked on https://github.com/RebeccaStevens/is-immutable-type/issues/42

danielnixon avatar Mar 19 '23 06:03 danielnixon