javascript icon indicating copy to clipboard operation
javascript copied to clipboard

[eslint-config] turn on no-direct-mutation-state

Open nguyenyou opened this issue 3 years ago • 0 comments

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.

nguyenyou avatar Jan 10 '22 11:01 nguyenyou