Skip to content

Commit

Permalink
fix: ESlint 检测代码失效(#164) (#165)
Browse files Browse the repository at this point in the history
* 升级依赖版本

* fix: android 虚拟机不能使用http请求(#151)

* fix: eslint 检测代码失效(#164)
  • Loading branch information
cuilanxin committed Sep 16, 2021
1 parent b7e6eac commit 5ac0419
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HelloWorld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,16 @@
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "3.7.2",
"react-native-svg": "12.1.1",
"redux": "4.1.1",
"react-redux": "7.2.5"
"react-redux": "7.2.5",
"redux": "4.1.1"
},
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/runtime": "7.15.4",
"@react-native-community/eslint-config": "3.0.1",
"babel-jest": "27.2.0",
"eslint": "7.32.0",
"eslint-plugin-prettier": "4.0.0",
"jest": "27.2.0",
"metro-react-native-babel-preset": "0.66.2",
"mocker-api": "2.9.1",
Expand Down
1 change: 1 addition & 0 deletions template/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"jest": "27.2.0",
"metro-react-native-babel-preset": "0.66.2",
"mocker-api": "2.9.1",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.0",
"react-native-codegen": "0.0.7",
"react-test-renderer": "17.0.2"
Expand Down

0 comments on commit 5ac0419

Please sign in to comment.