Skip to content

Commit

Permalink
refactor(eslint): 去掉 switch-case 规则
Browse files Browse the repository at this point in the history
  • Loading branch information
yuche authored and luckyadam committed Dec 17, 2018
1 parent b4c631e commit 49b2753
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-plugin-taro/rules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const allRules = {
'class-naming': require('./class-naming'),
'props-reserve-keyword': require('./props-reserve-keyword'),
'this-props-function': require('./this-props-function'),
'switch-jsx': require('./switch-jsx'),
'render-props': require('./render-props')
}

Expand Down

0 comments on commit 49b2753

Please sign in to comment.