webapp/.lintstagedrc
2024-02-05 22:05:49 +03:00

6 lines
111 B
Plaintext

{
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc,scss,css}": [
"npx @biomejs/biome check ./src && tsc"
]
}