mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-12 23:38:20 +00:00
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:
@@ -13,10 +13,5 @@
|
||||
"strict": false,
|
||||
"target": "ES2022"
|
||||
},
|
||||
"exclude": [
|
||||
"**/build/*",
|
||||
"**/node_modules/*",
|
||||
"**/public/*",
|
||||
"**/vendor/*"
|
||||
]
|
||||
"exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user