Skip to content

Commit

Permalink
add chrome to esline + upgrade React version
Browse files Browse the repository at this point in the history
  • Loading branch information
lxieyang committed Nov 29, 2019
1 parent 9a035b3 commit de67af1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 15 deletions.
7 changes: 5 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "react-app"
}
"extends": "react-app",
"globals": {
"chrome": "readonly"
}
}
22 changes: 11 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
},
"dependencies": {
"@hot-loader/react-dom": "^16.9.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.14"
},
"devDependencies": {
Expand Down

0 comments on commit de67af1

Please sign in to comment.