chore: init bj_power monorepo (dashboard/mes/wms/wms_client/workstation), clear subproject git metadata and align naming to folder names

This commit is contained in:
SunYF
2026-08-27 10:09:54 +08:00
commit 1f0ee844a4
408 changed files with 102201 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
tabWidth: 2
semi: false
# 强制使用单引号
singleQuote: true
# 大括号内的首尾需要空格
bracketSpacing: true
# 末尾不需要逗号
trailingComma: 'none'
# 箭头函数参数括号
arrowParens: 'avoid'
# 在jsx中把'>' 是否单独放一行
jsxBracketSameLine: true
# 使用默认的折行标准
proseWrap: 'preserve'
# 根据显示样式决定 html 要不要折行
htmlWhitespaceSensitivity: 'css'
# 换行符使用 crlf/lf/auto
endOfLine: 'lf'