webapp/.lintstagedrc
2024-02-04 15:05:35 +03:00

8 lines
193 B
Plaintext

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