javascript
javascript copied to clipboard
[eslint-config] turn on no-direct-mutation-state
Mutating state directly is considered bad practice in react.js, it make our code hard to maintain and also cause some hidden bug, we should turn this rule on.