Skip to content

Commit 48c7bb2

Browse files
committed
Ignore malformed YAML spec files in Prettier
The spec/ogcapi-connectedsystems-2.bundled.oas31.yaml file has syntax errors and cannot be parsed by Prettier. Adding spec/**/*.yaml to .prettierignore to prevent format:check failures.
1 parent af6de65 commit 48c7bb2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ app/node_modules
88
coverage
99
temp-coverage-map.json
1010
jest-results.json
11+
12+
spec/**/*.yaml

0 commit comments

Comments
 (0)