mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
feat: key spacing
This commit is contained in:
@ -51,6 +51,7 @@
|
|||||||
"no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],
|
"no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],
|
||||||
"space-unary-ops": ["error", { "words": true, "nonwords": false }],
|
"space-unary-ops": ["error", { "words": true, "nonwords": false }],
|
||||||
"space-infix-ops": "error",
|
"space-infix-ops": "error",
|
||||||
|
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
|
||||||
|
|
||||||
|
|
||||||
"react/prop-types": "off",
|
"react/prop-types": "off",
|
||||||
|
Reference in New Issue
Block a user