Fix ESLint breakage
This commit is contained in:
parent
cdb9b29203
commit
f58f54815c
4 changed files with 30 additions and 22 deletions
|
@ -95,8 +95,10 @@ import layoutManager from "layoutManager";
|
|||
return focusedElement;
|
||||
}
|
||||
|
||||
export default {
|
||||
isEnabled: isEnabled,
|
||||
enable: enable,
|
||||
autoFocus: autoFocus
|
||||
};
|
||||
/* eslint-enable indent */
|
||||
|
||||
export default {
|
||||
isEnabled: isEnabled,
|
||||
enable: enable,
|
||||
autoFocus: autoFocus
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue