We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
webpro
Learn more about funding links in repositories.
Report abuse
postcreate-plugin
1 parent ef999c4 commit 4fd44b6Copy full SHA for 4fd44b6
packages/knip/package.json
@@ -45,7 +45,7 @@
45
"qa": "npm run lint && npm run build && npm run knip && npm run knip:production && npm test",
46
"release": "release-it",
47
"create-plugin": "tsx --no-warnings ./scripts/create-new-plugin.ts",
48
- "postcreate-plugin": "prettier schema.json schema-jsonc.json src/ConfigurationValidator.ts --write --config .prettierrc --log-level silent"
+ "postcreate-plugin": "prettier schema.json schema-jsonc.json src/ConfigurationValidator.ts --write --config .prettierrc.json"
49
},
50
"files": [
51
"dist",
0 commit comments