Skip to content

Commit

Permalink
refactor(eslint): 取消掉事件传参无法使用匿名函数的限制
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche committed Jan 24, 2019
1 parent 961b009 commit 5c5ccd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-taro/rules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const has = require('has')
const allRules = {
// 'if-statement-in-map-loop': require('./if-statement-in-map-loop'),
'manipulate-jsx-as-array': require('./manipulate-jsx-as-array'),
'no-anonymous-function-in-props': require('./no-anonymous-function-in-props'),
// 'no-anonymous-function-in-props': require('./no-anonymous-function-in-props'),
'no-jsx-in-class-method': require('./no-jsx-in-class-method'),
'no-spread-in-props': require('./no-spread-in-props'),
'no-stateless-component': require('./no-stateless-component'),
Expand Down

0 comments on commit 5c5ccd7

Please sign in to comment.