summaryrefslogtreecommitdiff
path: root/ext/js/data/anki-note-builder.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2023-12-16 20:04:56 -0500
committerGitHub <noreply@github.com>2023-12-17 01:04:56 +0000
commitb249627434d3a94420ac4d98c3ce720767e57b43 (patch)
treeec46e2c020c5a63a5c2babf56376f53e288ed7f2 /ext/js/data/anki-note-builder.js
parentdecbc60f7734e739c0e5c41da294f65f9eec92fe (diff)
Update eslint spacing rules (#366)
* Add space-infix-ops rule * Add no-multi-spaces --------- Co-authored-by: Darius Jahandarie <djahandarie@gmail.com>
Diffstat (limited to 'ext/js/data/anki-note-builder.js')
-rw-r--r--ext/js/data/anki-note-builder.js24
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/js/data/anki-note-builder.js b/ext/js/data/anki-note-builder.js
index 4920db39..864bd2d4 100644
--- a/ext/js/data/anki-note-builder.js
+++ b/ext/js/data/anki-note-builder.js
@@ -51,15 +51,15 @@ export class AnkiNoteBuilder {
deckName,
modelName,
fields,
- tags=[],
- requirements=[],
- checkForDuplicates=true,
- duplicateScope='collection',
- duplicateScopeCheckAllModels=false,
- resultOutputMode='split',
- glossaryLayoutMode='default',
- compactTags=false,
- mediaOptions=null
+ tags = [],
+ requirements = [],
+ checkForDuplicates = true,
+ duplicateScope = 'collection',
+ duplicateScopeCheckAllModels = false,
+ resultOutputMode = 'split',
+ glossaryLayoutMode = 'default',
+ compactTags = false,
+ mediaOptions = null
}) {
let duplicateScopeDeckName = null;
let duplicateScopeCheckChildren = false;
@@ -130,9 +130,9 @@ export class AnkiNoteBuilder {
dictionaryEntry,
mode,
context,
- resultOutputMode='split',
- glossaryLayoutMode='default',
- compactTags=false,
+ resultOutputMode = 'split',
+ glossaryLayoutMode = 'default',
+ compactTags = false,
marker
}) {
const commonData = this._createData(dictionaryEntry, mode, context, resultOutputMode, glossaryLayoutMode, compactTags, void 0);