chore: backend default command

This commit is contained in:
jialin
2026-05-07 18:26:48 +08:00
committed by jialin
parent e1b28b01df
commit a2d5d55518
8 changed files with 62 additions and 4 deletions
+1 -4
View File
@@ -1,10 +1,7 @@
{
"*.{md,json}": ["prettier --cache --write"],
"*.{js,jsx}": ["max lint --fix --eslint-only", "prettier --cache --write"],
"*.{css,less}": [
"node ./scripts/stylelint-compat.cjs --fix --allow-empty-input",
"prettier --cache --write"
],
"*.{css,less}": ["prettier --cache --write"],
"!public/vs/**": [],
"*.ts?(x)": [
"max lint --fix --eslint-only",