8 lines
193 B
Plaintext
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"
|
|
}
|