We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b4b02 commit 6ccb5c6Copy full SHA for 6ccb5c6
1 file changed
package.json
@@ -20,7 +20,9 @@
20
"eslint": "eslint src/* ",
21
"eslint-fix": "npm run eslint -- --fix",
22
"compile": "tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
23
- "check-types": "tsc --project tsconfig.esm.json"
+ "check-types": "tsc --project tsconfig.esm.json",
24
+ "prettier": "prettier --check src",
25
+ "prettier-write": "prettier --write src"
26
},
27
"devDependencies": {
28
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
@@ -54,4 +56,4 @@
54
56
"typescript": "^4.6.3",
55
57
"vite": "^2.9.1"
58
}
-}
59
+}
0 commit comments