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

6 lines
185 B
Plaintext

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