DG_LAB/node_modules/commitizen/.eslintrc
3944Realms 4b15d70e06 refactor: 重构开发环境
BREAKING CHANGE: 由com.r3944realms.dg_lab_api -> com.r3944realms.dg_lab.api
2025-09-13 10:57:55 +08:00

13 lines
192 B
Plaintext

{
"extends": "standard",
"rules": {
"brace-style": 0,
"comma-dangle": 0,
"indent": 0,
"operator-linebreak": 0,
"padded-blocks": 0,
"quotes": 0,
"semi": 0
}
}