mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
feat: comma dangle
This commit is contained in:
@ -52,6 +52,8 @@
|
||||
"space-unary-ops": ["error", { "words": true, "nonwords": false }],
|
||||
"space-infix-ops": "error",
|
||||
"key-spacing": ["error", { "beforeColon": false, "afterColon": true }],
|
||||
"comma-style": ["error", "last"],
|
||||
"comma-dangle": ["error", "always-multiline"],
|
||||
|
||||
|
||||
"react/prop-types": "off",
|
||||
|
Reference in New Issue
Block a user