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:
parent
2413e5f3f0
commit
f77ed3a6b2
6 changed files with 16 additions and 19 deletions
|
@ -13,10 +13,5 @@
|
|||
"strict": false,
|
||||
"target": "ES2022"
|
||||
},
|
||||
"exclude": [
|
||||
"**/build/*",
|
||||
"**/node_modules/*",
|
||||
"**/public/*",
|
||||
"**/vendor/*"
|
||||
]
|
||||
"exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue