summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
authorJoe Carstairs <jcarstairs@scottlogic.com>2023-08-02 19:06:38 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2023-08-03 08:05:11 +0100
commitd7009367147fb8b841b9717c5807d04240292cdd (patch)
treee9bb3fc634b4adab97a57d6d1dc0f20c1c830f57 /frontend/package.json
parent75629128bba7f5a83b0e8714685f8e481c7cae2f (diff)
Move code quality tools to root directory
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 3f4f284..09d1c05 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -13,13 +13,5 @@
},
"dependencies": {
"astro": "^2.9.7"
- },
- "devDependencies": {
- "@typescript-eslint/eslint-plugin": "^6.2.1",
- "@typescript-eslint/parser": "^6.2.1",
- "eslint": "^8.46.0",
- "eslint-plugin-astro": "^0.28.0",
- "prettier": "^3.0.0",
- "prettier-plugin-astro": "^0.11.0"
}
}