mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
feat: no-multi-empty-lines
This commit is contained in:
@ -48,6 +48,7 @@
|
||||
"sort-imports": ["error", {
|
||||
"ignoreDeclarationSort": true
|
||||
}],
|
||||
"no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],
|
||||
|
||||
|
||||
"react/prop-types": "off",
|
||||
|
@ -87,7 +87,6 @@ class LdapSyncPage extends React.Component {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
getLdapUser(ldap) {
|
||||
LdapBackend.getLdapUser(ldap)
|
||||
.then((res) => {
|
||||
|
Reference in New Issue
Block a user