Skip to content

Commit ad86a18

Browse files
Naturalclarfacebook-github-bot
authored andcommitted
chore: update lint config in template (#28443)
Summary: Updating the eslint config and metro-preset used in project template. ## Changelog [General] [Changed] - Upgrade eslint-config and metro-preset in project template Pull Request resolved: #28443 Test Plan: - Start new project with `npx react-native init TestLint` - upgrade lint and metro-config - run lint and start up emulator on iOS and android Reviewed By: cpojer Differential Revision: D20771048 Pulled By: hramos fbshipit-source-id: a6d387b8687cee348681bcb10d22c7e3de291ed7
1 parent ed30549 commit ad86a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"devDependencies": {
1717
"@babel/core": "^7.8.4",
1818
"@babel/runtime": "^7.8.4",
19-
"@react-native-community/eslint-config": "^0.0.7",
19+
"@react-native-community/eslint-config": "^1.0.0",
2020
"babel-jest": "^25.1.0",
2121
"eslint": "^6.5.1",
2222
"jest": "^25.1.0",
23-
"metro-react-native-babel-preset": "^0.58.0",
23+
"metro-react-native-babel-preset": "^0.59.0",
2424
"react-test-renderer": "16.13.1"
2525
},
2626
"jest": {

0 commit comments

Comments
 (0)