mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
5 lines
135 B
JSON
5 lines
135 B
JSON
{
|
|
"**/*.{js,jsx,ts,tsx,cjs,svelte,json,css,scss,md,yaml}": [
|
|
"prettier --ignore-path .gitignore --write --plugin-search-dir=."
|
|
]
|
|
}
|