ecomfe / eslint-config

eslint shareable config for efe
MIT License
118 stars 31 forks source link

Feat: make react hook independent #32

Closed susiwen8 closed 3 years ago

susiwen8 commented 3 years ago

有些 React 项目可能还不是 16.8 以上的版本,在使用 eslint-config, 还是需要安装 eslint-plugin-react-hooks。 所以建议把 hook 规则拆出来,要用hook, 就引入 hook rules.

otakustay commented 3 years ago

这会是个BREAKING,我在解决掉现有其它的issue后再回来看这个问题

susiwen8 commented 3 years ago

这会是个BREAKING,我在解决掉现有其它的issue后再回来看这个问题

确实会是个 breaking