1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Tools: Enable eslint rule comma-dangle: always-multiline for functions

This commit is contained in:
Laurent Cozic
2023-08-22 11:58:53 +01:00
parent 26a967e53c
commit 2e9f93ad9a
135 changed files with 352 additions and 352 deletions

View File

@ -43,12 +43,12 @@ export default function NoteBodyViewer(props: Props) {
props.highlightedKeywords,
props.noteResources,
props.paddingBottom,
props.noteHash
props.noteHash,
);
const onResourceLongPress = useOnResourceLongPress(
props.onJoplinLinkClick,
dialogBoxRef
dialogBoxRef,
);
const onMessage = useOnMessage(
@ -56,7 +56,7 @@ export default function NoteBodyViewer(props: Props) {
props.noteBody,
props.onMarkForDownload,
props.onJoplinLinkClick,
onResourceLongPress
onResourceLongPress,
);
const onLoadEnd = useCallback(() => {