diff --git a/packages/eslint-plugin-taro/rules/index.js b/packages/eslint-plugin-taro/rules/index.js index cd8d8d9b5e53..d751ff9d7228 100644 --- a/packages/eslint-plugin-taro/rules/index.js +++ b/packages/eslint-plugin-taro/rules/index.js @@ -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') }