sloops77 / eslint-plugin-better-mutation

Eslint rules to enforce function-scope mutation only
MIT License
20 stars 6 forks source link

Lets add isScopedVariable option #9

Closed kof closed 4 months ago

kof commented 6 years ago

I would like to avoid objects mutations, but I don't need to avoid "let" reassignments. We can easily add an option for this, right?

sloops77 commented 4 years ago

yes - will do this

sloops77 commented 4 months ago

this is implemented