Correct prettier calls for YML/JSON (#21832)

* Fix fomat-check writing files

* Fix unformatted YML/JSON

* Add format-check call to prevent regressions
This commit is contained in:
Nick Schonning 2022-12-02 22:05:35 -05:00 committed by GitHub
parent 2413e5f3f0
commit f77ed3a6b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 19 deletions

View file

@ -13,10 +13,5 @@
"strict": false,
"target": "ES2022"
},
"exclude": [
"**/build/*",
"**/node_modules/*",
"**/public/*",
"**/vendor/*"
]
"exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
}