webapp/.lintstagedrc
Untone 5c0872d591
Some checks failed
deploy / test (push) Successful in 2m28s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / push (push) Failing after 1s
lintfix
2024-02-04 17:41:01 +03:00

6 lines
173 B
Plaintext

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