webapp/.lintstagedrc
Untone bafe35cb0e
All checks were successful
deploy / test (push) Successful in 9m32s
deploy / Update templates on Mailgun (push) Has been skipped
dummy-debug
2024-02-06 17:34:27 +03:00

6 lines
102 B
Plaintext

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