fix: rebase main

This commit is contained in:
jialin
2026-04-24 14:28:30 +08:00
committed by jialin
parent 16449613e0
commit 597a86562a
28 changed files with 88 additions and 56 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"*.{md,json}": ["prettier --cache --write"],
"*.{js,jsx}": ["max lint --fix --eslint-only", "prettier --cache --write"],
"*.{css,less}": [
"max lint --fix --stylelint-only",
"node ./scripts/stylelint-compat.cjs --fix --allow-empty-input",
"prettier --cache --write"
],
"!public/vs/**": [],
@@ -10,5 +10,5 @@
"max lint --fix --eslint-only",
"prettier --cache --parser=typescript --write"
],
"src/locales/**/*.ts": ["npx tsx src/locales/check.ts"]
"src/locales/**/*.ts": ["node --import tsx src/locales/check.ts"]
}