mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 20:50:19 +08:00
feat: space between infix op
This commit is contained in:
@ -49,6 +49,8 @@
|
|||||||
"ignoreDeclarationSort": true
|
"ignoreDeclarationSort": true
|
||||||
}],
|
}],
|
||||||
"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-infix-ops": "error",
|
||||||
|
|
||||||
|
|
||||||
"react/prop-types": "off",
|
"react/prop-types": "off",
|
||||||
|
Reference in New Issue
Block a user