Skip to content

Commit

Permalink
feat: no-multi-empty-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxi0410 committed Aug 6, 2022
1 parent d025259 commit 7756571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions web/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"sort-imports": ["error", {
"ignoreDeclarationSort": true
}],
"no-multiple-empty-lines": ["error", { "max": 1, "maxBOF": 0, "maxEOF": 0 }],


"react/prop-types": "off",
Expand Down
1 change: 0 additions & 1 deletion web/src/LdapSyncPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class LdapSyncPage extends React.Component {
});
}


getLdapUser(ldap) {
LdapBackend.getLdapUser(ldap)
.then((res) => {
Expand Down

0 comments on commit 7756571

Please sign in to comment.