lint-check
This commit is contained in:
parent
05e2bd08f9
commit
f8e5d56be4
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [
|
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}": [
|
||||||
"biome lint . --no-errors-on-unmatched"
|
"biome check . --no-errors-on-unmatched --apply"
|
||||||
],
|
],
|
||||||
"package.json": "sort-package-json",
|
"package.json": "sort-package-json",
|
||||||
"public/locales/**/*.json": "sort-json"
|
"public/locales/**/*.json": "sort-json"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user