6 lines
198 B
Plaintext
6 lines
198 B
Plaintext
"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"
|
|
}
|