8 lines
184 B
Plaintext
8 lines
184 B
Plaintext
{
|
|
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [
|
|
"biome lint . --no-errors-on-unmatched"
|
|
],
|
|
"package.json": "sort-package-json",
|
|
"public/locales/**/*.json": "sort-json"
|
|
}
|