Skip to content

Commit 5cea78b

Browse files
authored
chore: update lint config (#97)
1 parent b12d38e commit 5cea78b

File tree

2 files changed

+257
-90
lines changed

2 files changed

+257
-90
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
"react-native": ">=0.57"
2323
},
2424
"devDependencies": {
25-
"@babel/core": "^7.4.0",
26-
"@babel/runtime": "^7.4.2",
27-
"@react-native-community/eslint-config": "^1.0.0",
25+
"@babel/core": "^7.10.2",
26+
"@babel/runtime": "^7.10.2",
27+
"@react-native-community/eslint-config": "^2.0.0",
2828
"@semantic-release/git": "^8.0.0",
2929
"@types/react": "^16.9.17",
3030
"@types/react-native": "^0.62.1",
@@ -36,7 +36,7 @@
3636
"husky": "^4.0.10",
3737
"jest": "^26.0.1",
3838
"lint-staged": "^10.0.0",
39-
"metro-react-native-babel-preset": "0.56.0",
39+
"metro-react-native-babel-preset": "0.59.0",
4040
"react": "16.11.0",
4141
"react-native": "^0.62.2",
4242
"react-test-renderer": "16.11.0",

0 commit comments

Comments
 (0)