Skip to content

Commit

Permalink
fixes #237 upgrade to the latest dependency and fix the es-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Dec 27, 2021
1 parent 3167d26 commit 7c9c017
Show file tree
Hide file tree
Showing 5 changed files with 2,515 additions and 5,090 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"extends": [
"standard",
"standard-react",
Expand Down
3 changes: 0 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
"devDependencies": {
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
Expand Down
Loading

0 comments on commit 7c9c017

Please sign in to comment.