jonaskello / tslint-immutable

TSLint rules to disable mutation in TypeScript.
MIT License
417 stars 14 forks source link

no-object-mutation conflicts with module.exports #111

Closed eh-am closed 5 years ago

eh-am commented 5 years ago

I know we can just throw "no-object-mutation": [true, {"ignore-prefix": "module.exports"}], but I believe it should be a default as eslint-immutable does