From e4fea28cb94b3777850260b953de7e95fe21c4ab Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 2 Feb 2023 15:24:13 +0100 Subject: [PATCH] Clean up unused imports --- frontend/package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 112d6508..8b21f765 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,6 @@ "@types/react-router": "5.1.18", "@types/webpack": "^5.28.0", "husky": "^8.0.1", - "eslint": "^8.33.0", "i18next-parser": "^7.6.0", "import-sort-style-module": "^6.0.0", "inquirer": "^8.2.4", @@ -32,7 +31,6 @@ "react-dom": "16.14.0", "rollup": "^2.76.0", "rollup-plugin-delete": "^2.0.0", - "eslint-plugin-react-hooks": "^4.6.0", "rollup-plugin-external-globals": "^0.6.1", "rollup-plugin-polyfill-node": "^0.10.2", "tslib": "^2.4.0",