1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Tools: Add "@typescript-eslint/object-curly-spacing" rule

This commit is contained in:
Laurent Cozic
2023-02-16 09:23:19 +00:00
parent dc976047d2
commit 625689dbb1
7 changed files with 10 additions and 9 deletions

View File

@@ -352,7 +352,7 @@ function CodeMirror(props: NoteBodyEditorProps, ref: any) {
let cancelled = false;
async function loadScripts() {
const scriptsToLoad: {src: string; id: string; loaded: boolean}[] = [
const scriptsToLoad: { src: string; id: string; loaded: boolean }[] = [
{
src: `${bridge().vendorDir()}/lib/codemirror/addon/dialog/dialog.css`,
id: 'codemirrorDialogStyle',