六国语言配置,马来西亚项目拓扑图配置

This commit is contained in:
huangjp
2026-02-02 08:43:41 +08:00
parent 6f22a10e64
commit 983a638769
168 changed files with 28874 additions and 3289 deletions

View File

@ -196,6 +196,14 @@ module.exports = {
objectsInObjects: false
}],
'array-bracket-spacing': [2, 'never']
}
},
overrides: [
{
files: ['src/lang/**/*.js'], // 匹配所有语言文件
rules: {
quotes: 'off' // 关闭引号规则
}
}
]
}