6 lines
144 B
Plaintext
6 lines
144 B
Plaintext
{
|
|
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc,scss,css}": [
|
|
"npx @biomejs/biome check . --log-kind=compact --verbose --apply-unsafe"
|
|
]
|
|
}
|