webapp/.lintstagedrc

6 lines
111 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}": [
2024-02-05 19:05:49 +00:00
"npx @biomejs/biome check ./src && tsc"
2024-02-04 14:39:05 +00:00
]
2024-02-04 10:56:54 +00:00
}