diff --git a/package.json b/package.json index 48b5725..b74f82e 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,7 @@ "type": "module", "scripts": { "dev": "docker compose down -v && docker compose watch", - "build": "tsc && vite build", - "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" + "build": "tsc && vite build" }, "dependencies": { "react": "^18.2.0", @@ -20,11 +19,6 @@ "@testing-library/react": "^16.0.0", "@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", - "@typescript-eslint/eslint-plugin": "^6.14.0", - "@typescript-eslint/parser": "^6.14.0", - "@vitejs/plugin-react-swc": "^3.5.0", - "eslint": "^8.55.0", - "eslint-plugin-react-hooks": "^5.0.0", - "eslint-plugin-react-refresh": "^0.4.5" + "@vitejs/plugin-react-swc": "^3.5.0" } }