You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-29 22:48:10 +02:00
Tools: Apply rule @typescript-eslint/member-delimiter-style
This commit is contained in:
@@ -2,8 +2,8 @@ import { useEffect, useCallback, useRef } from 'react';
|
||||
import shim from '@joplin/lib/shim';
|
||||
|
||||
interface HookDependencies {
|
||||
editor: any,
|
||||
onScroll: Function,
|
||||
editor: any;
|
||||
onScroll: Function;
|
||||
}
|
||||
|
||||
export default function useScroll(dependencies: HookDependencies) {
|
||||
|
||||
Reference in New Issue
Block a user