Skip to content

Commit

Permalink
fix(cli): 修复因缺少 eslint-plugin-react-hooks 包导致 taro doctor 报错的问题,close #…
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Aug 6, 2019
1 parent 69d0d05 commit b1db5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"eslint-config-taro": "1.3.12",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-taro": "1.3.12",
"eslint-plugin-typescript": "^0.12.0",
"fbjs": "^1.0.0",
Expand Down
1 change: 1 addition & 0 deletions packages/taro-cli/templates/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"eslint": "^5.16.0",
"eslint-config-taro": "<%= version %>",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-import": "^2.12.0",
"stylelint": "9.3.0",
"stylelint-config-taro-rn": "<%= version %>",
Expand Down

0 comments on commit b1db5fd

Please sign in to comment.