AnimationCore/node_modules/commitizen/.eslintrc
3944Realms 7068a883d9 build: 构建
创建github工作流
2026-03-01 21:38:41 +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
}
}