remithomas / eslint-plugin-ban

Ban some methods and functions
ISC License
31 stars 4 forks source link

ban only setter access #13

Open connorjclark opened 3 years ago

connorjclark commented 3 years ago

would that be possible? example: you could ban all writes to innerHtml, but still allow reading from it.

remithomas commented 3 years ago

Good idea, I will try to do it when I will get some bandwidths 😄