aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index 088ed8a..bd43690 100644
--- a/package.json
+++ b/package.json
@@ -28,7 +28,7 @@
28 "typecheck": "tsc --noEmit", 28 "typecheck": "tsc --noEmit",
29 "lint": "eslint \"**/*.{js,ts}\"", 29 "lint": "eslint \"**/*.{js,ts}\"",
30 "lint:fix": "pnpm lint --fix", 30 "lint:fix": "pnpm lint --fix",
31 "reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,ts,scss,json}\"", 31 "reformat-files": "prettier --write .",
32 "prepare-code": "pnpm typecheck && pnpm lint:fix && pnpm reformat-files && pnpm test" 32 "prepare-code": "pnpm typecheck && pnpm lint:fix && pnpm reformat-files && pnpm test"
33 }, 33 },
34 "imports": { 34 "imports": {
@@ -110,6 +110,5 @@
110 "querystring": "0.2.0" 110 "querystring": "0.2.0"
111 } 111 }
112 }, 112 },
113 "type": "module", 113 "type": "module"
114 "prettier": "@adonisjs/prettier-config"
115} 114}