more strict lint
This commit is contained in:
parent
c5529958d5
commit
9ae814dfe4
21 changed files with 211 additions and 157 deletions
|
@ -37,4 +37,6 @@ const scrollRight = (page) => {
|
|||
page.scrollTo(x, y);
|
||||
};
|
||||
|
||||
export { scrollLines, scrollPages, scrollTop, scrollBottom, scrollLeft, scrollRight }
|
||||
export {
|
||||
scrollLines, scrollPages, scrollTop, scrollBottom, scrollLeft, scrollRight
|
||||
};
|
||||
|
|
Reference in a new issue