eslint config

This commit is contained in:
zadam
2023-04-09 23:08:24 +02:00
parent fbc79eae62
commit ee60652746
9 changed files with 1216 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ function getScriptBundle(note, root = true, scriptEnv = null, includedNoteIds =
}
if (root) {
scriptEnv = !!backendOverrideContent
scriptEnv = backendOverrideContent
? 'backend'
: note.getScriptEnv();
}