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 c15a7e7..bd09af5 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
27 "typecheck": "tsc --noEmit", 27 "typecheck": "tsc --noEmit",
28 "lint": "eslint \"**/*.{js,ts}\"", 28 "lint": "eslint \"**/*.{js,ts}\"",
29 "lint:fix": "pnpm lint --fix", 29 "lint:fix": "pnpm lint --fix",
30 "reformat-files": "prettier --ignore-path .eslintignore --write \"**/*.{js,ts,scss,json}\"", 30 "reformat-files": "prettier --write .",
31 "prepare-code": "pnpm typecheck && pnpm lint:fix && pnpm reformat-files && pnpm test" 31 "prepare-code": "pnpm typecheck && pnpm lint:fix && pnpm reformat-files && pnpm test"
32 }, 32 },
33 "imports": { 33 "imports": {
@@ -109,6 +109,5 @@
109 "querystring": "0.2.0" 109 "querystring": "0.2.0"
110 } 110 }
111 }, 111 },
112 "type": "module", 112 "type": "module"
113 "prettier": "@adonisjs/prettier-config"
114} 113}