From 2ab4a7b5073bd27e2148b9cabdfb36181dcec1f6 Mon Sep 17 00:00:00 2001 From: Vaibhav Rathore Date: Mon, 23 Nov 2020 19:19:26 +0530 Subject: [PATCH] minor fix --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 07d59c813..23cae44cb 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }