aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-06-26 15:27:37 -0400
committerGitHub <noreply@github.com>2021-06-26 15:27:37 -0400
commitfcf651c22556a0f273b7127cca44c411fea2e87f (patch)
tree657a97f6714b85b986a77f892f6ae5981668c533 /.eslintrc.json
parentf389b3c232bcdca685f3090975cd32932221f965 (diff)
Update eslint rules for structured-content-generator.js (#1759)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json3
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"
],