webapp/.lintstagedrc
Untone ccc3755a5b
Some checks failed
deploy / push (push) Blocked by required conditions
deploy / Update templates on Mailgun (push) Waiting to run
deploy / test (push) Has been cancelled
lintstyles-fix
2024-02-04 17:40:38 +03:00

6 lines
174 B
Plaintext

{
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc,scss,css}": [
"npx @biomejs/biome check .g --log-kind=compact --verbose --apply-unsafe && stylelint **/*.{scss,css}"
]
}