mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
6 lines
135 B
JSON
6 lines
135 B
JSON
{
|
|
"**/*.{js,jsx,ts,tsx,cjs,svelte,json,css,scss,md,yaml}": [
|
|
"prettier --ignore-path .gitignore --write --plugin-search-dir=."
|
|
]
|
|
}
|