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