Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
chore(eslint): specifiy react version to fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
patlux committed Apr 21, 2020
1 parent fb4ffe1 commit 106e67f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"root": true,
"extends": "@react-native-community"
"extends": "@react-native-community",
"settings": {
"react": {
"version": "16.3.0"
}
}
}
34 changes: 29 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 106e67f

Please sign in to comment.