ZeroDot
Results
2
comments of
ZeroDot
关于这个,目前代码应该是还没有使用,这个是我的另一个想法,咱们定义reducer的时候每一个模块都需要进行判断action.type,重复性代码,我想把它们抽象出封装成一个统一的功能函数,但是目前还没使用。
First, the version is : "grunt-contrib-jshint": "~0.8.0", And I write this config to ignore the specific warning W033,but it did not work: ``` jshint: { options: { jshintrc: '.jshintrc' },...