Skip to content

Commit

Permalink
Add animation helper dependencies and react hook linter
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jun 24, 2020
1 parent 4e435a3 commit 66a8b69
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:react-hooks/recommended",
"plugin:prettier/recommended"
],
"parser": "babel-eslint",
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"eslint-plugin-jest": "^23.17.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"file-loader": "^6.0.0",
"jest": "^26.0.1",
"nodemon": "^2.0.4",
Expand All @@ -80,6 +81,7 @@
"webpack-cli": "^3.3.12"
},
"dependencies": {
"animation-frame": "^0.3.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"celebrate": "^12.1.1",
Expand Down

0 comments on commit 66a8b69

Please sign in to comment.