We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468d8fe commit 7f2b63aCopy full SHA for 7f2b63a
compiler/package.json
@@ -6,8 +6,8 @@
6
"scripts": {
7
"lint": "ts-standard src",
8
"lint:fix": "ts-standard --fix src",
9
- "format:check": "prettier --config .prettierrc.json --check ../specification/",
10
- "format:fix": "prettier --config .prettierrc.json --write ../specification/",
+ "format:check": "prettier --config .prettierrc.json --loglevel warn --check ../specification/",
+ "format:fix": "prettier --config .prettierrc.json --loglevel warn --write ../specification/",
11
"generate-schema": "ts-node src/index.ts",
12
"transform-expand-generics": "ts-node src/transform/expand-generics.ts",
13
"transform-to-openapi": "ts-node src/transform/schema-to-openapi.ts",
0 commit comments