You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Tools: Apply rule @typescript-eslint/member-delimiter-style
This commit is contained in:
@@ -13,18 +13,18 @@ const BackButtonDialogBox = require('../BackButtonDialogBox').default;
|
||||
const { reg } = require('@joplin/lib/registry.js');
|
||||
|
||||
interface Props {
|
||||
themeId: number,
|
||||
style: any,
|
||||
noteBody: string,
|
||||
noteMarkupLanguage: number,
|
||||
highlightedKeywords: string[],
|
||||
noteResources: any,
|
||||
paddingBottom: number,
|
||||
noteHash: string,
|
||||
onJoplinLinkClick: Function,
|
||||
onCheckboxChange?: Function,
|
||||
onMarkForDownload?: Function,
|
||||
onLoadEnd?: Function,
|
||||
themeId: number;
|
||||
style: any;
|
||||
noteBody: string;
|
||||
noteMarkupLanguage: number;
|
||||
highlightedKeywords: string[];
|
||||
noteResources: any;
|
||||
paddingBottom: number;
|
||||
noteHash: string;
|
||||
onJoplinLinkClick: Function;
|
||||
onCheckboxChange?: Function;
|
||||
onMarkForDownload?: Function;
|
||||
onLoadEnd?: Function;
|
||||
}
|
||||
|
||||
export default function NoteBodyViewer(props: Props) {
|
||||
|
||||
Reference in New Issue
Block a user