webapp/.lintstagedrc

8 lines
193 B
Plaintext
Raw Normal View History

2024-02-04 10:56:54 +00:00
{
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [
2024-02-04 12:05:35 +00:00
"biome check . --no-errors-on-unmatched --apply"
2024-02-04 10:56:54 +00:00
],
"package.json": "sort-package-json",
"public/locales/**/*.json": "sort-json"
}