webapp/.lintstagedrc

6 lines
198 B
Plaintext
Raw Normal View History

2024-02-04 07:17:13 +00:00
"lint-staged": {
"*.{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"
2022-09-09 11:53:35 +00:00
}