Skip to content

Commit 5d564af

Browse files
committed
Fix prettier includes
1 parent b0fe22b commit 5d564af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.spectral.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
extends: ["spectral:oas", "spectral:asyncapi"]
22
overrides:
33
- files:
4-
- "openapi.yml"
5-
- "asyncapi.yml"
4+
- "openapi.yml"
5+
- "asyncapi.yml"
66
rules:
77
oas3-valid-schema-example: "off"
88
asyncapi-payload-examples: "off"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"license": "MIT",
33
"scripts": {
44
"lint": "spectral lint {openapi,asyncapi}.yml --ruleset .spectral.yml && fern check --warnings",
5-
"format": "prettier {*,**/*.{js,jsx,ts,tsx,yml,yaml,json,md,mdx,css}} --write --no-error-on-unmatched-pattern",
5+
"format": "prettier . --write --no-error-on-unmatched-pattern",
66
"generate:local": "fern generate --group local && pnpm run format",
77
"generate:fern-definition": "fern write-definition && pnpm run format",
88
"to-json": "pnpm js-yaml openapi.yml > openapi.json && pnpm js-yaml asyncapi.yml > asyncapi.json",

0 commit comments

Comments
 (0)