summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
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"
],