lint-check

This commit is contained in:
Untone 2024-02-04 15:05:35 +03:00
parent 05e2bd08f9
commit f8e5d56be4

View File

@ -1,6 +1,6 @@
{
"*.{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",
"public/locales/**/*.json": "sort-json"