webapp/.lintstagedrc

6 lines
174 B
Plaintext
Raw Normal View History

2024-02-04 10:56:54 +00:00
{
2024-02-04 14:40:38 +00:00
"*.{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}"
2024-02-04 14:39:05 +00:00
]
2024-02-04 10:56:54 +00:00
}