webapp/.lintstagedrc
Untone ee16c920be
Some checks failed
deploy / Linting (push) Successful in 48s
deploy / Run end-to-end tests (push) Failing after 1m24s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / Github (push) Failing after 2s
biome-fix
2024-02-04 14:55:38 +03:00

8 lines
184 B
Plaintext

{
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [
"biome lint . --no-errors-on-unmatched"
],
"package.json": "sort-package-json",
"public/locales/**/*.json": "sort-json"
}