feat: no-multi-empty-lines

This commit is contained in:
qianxi0410
2022-08-06 23:38:03 +08:00
parent d025259db7
commit 77565712e0
2 changed files with 1 additions and 1 deletions

View File

@ -48,6 +48,7 @@
"sort-imports": ["error", {
"ignoreDeclarationSort": true
}],
"no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],
"react/prop-types": "off",

View File

@ -87,7 +87,6 @@ class LdapSyncPage extends React.Component {
});
}
getLdapUser(ldap) {
LdapBackend.getLdapUser(ldap)
.then((res) => {