webapp/.lintstagedrc

6 lines
172 B
Plaintext
Raw Normal View History

2024-02-04 10:56:54 +00:00
{
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [
2024-02-04 14:39:05 +00:00
"npx @biomejs/biome check src --log-kind=compact --verbose --apply-unsafe && stylelint **/*.{scss,css} --fix"
]
2024-02-04 10:56:54 +00:00
}