Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rathorevaibhav committed Nov 23, 2020
1 parent aecdab4 commit 2ab4a7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@
"yup": "^0.29.2",
"eslint": "7.12.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "^6.11.0"
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "4.2.0"
},
"scripts": {
"setup": "yarn cache clean && yarn install --force && yarn run floweditor",
Expand Down Expand Up @@ -117,11 +122,6 @@
},
"devDependencies": {
"@types/react-test-renderer": "^16.9.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "^2.0.5",
"react-test-renderer": "^17.0.1"
}
Expand Down

0 comments on commit 2ab4a7b

Please sign in to comment.