diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-06-26 15:27:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-26 15:27:37 -0400 |
commit | fcf651c22556a0f273b7127cca44c411fea2e87f (patch) | |
tree | 657a97f6714b85b986a77f892f6ae5981668c533 | |
parent | f389b3c232bcdca685f3090975cd32932221f965 (diff) |
Update eslint rules for structured-content-generator.js (#1759)
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index d8d63ac9..736a4c0b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -111,6 +111,7 @@ "files": [ "ext/js/core.js", "ext/js/data/anki-note-data-creator.js", + "ext/js/display/structured-content-generator.js", "ext/js/language/dictionary-data-util.js", "ext/js/templates/template-renderer.js" ], @@ -123,6 +124,7 @@ "excludedFiles": [ "ext/js/core.js", "ext/js/data/anki-note-data-creator.js", + "ext/js/display/structured-content-generator.js", "ext/js/language/dictionary-data-util.js", "ext/js/templates/template-renderer.js" ], @@ -152,6 +154,7 @@ "ext/js/core.js", "ext/js/yomichan.js", "ext/js/data/anki-note-data-creator.js", + "ext/js/display/structured-content-generator.js", "ext/js/language/dictionary-data-util.js", "ext/js/templates/template-renderer.js" ], |