webapp/.lintstagedrc
Untone aafb55e46b
Some checks failed
deploy / Linting (push) Failing after 49s
deploy / Run end-to-end tests (push) Failing after 1m31s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / Github (push) Failing after 2s
lint-staged
2024-02-04 13:56:54 +03:00

8 lines
186 B
Plaintext

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