summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..66dd0f0
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+ "scripts": {
+ "lint": "eslint .",
+ "format": "prettier ./**/* --check",
+ "format--write": "prettier ./**/* --write"
+ },
+ "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"
+ }
+} \ No newline at end of file