diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-17 10:26:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 10:26:20 -0400 |
commit | 4a2b824371e7e2c0f576805631f3ccf29d2c0ad3 (patch) | |
tree | e479b976180ceb159c25634cb64e279455e09e52 /.eslintrc.json | |
parent | 41fc76d6fd6af9a880ac8b75e7b03afd1395780a (diff) |
Display pronunciation separation (#1833)
* Create PronunciationGenerator
* Update DisplayGenerator
* Update templates
* Move pronunciation styles to a separate file
* Simplify pitch-accents-preview.html
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index fbbe9925..ad06ff05 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/pronunciation-generator.js", "ext/js/display/structured-content-generator.js", "ext/js/dom/css-style-applier.js", "ext/js/language/dictionary-data-util.js", @@ -126,6 +127,7 @@ "excludedFiles": [ "ext/js/core.js", "ext/js/data/anki-note-data-creator.js", + "ext/js/display/pronunciation-generator.js", "ext/js/display/structured-content-generator.js", "ext/js/dom/css-style-applier.js", "ext/js/language/dictionary-data-util.js", @@ -158,6 +160,7 @@ "ext/js/core.js", "ext/js/yomichan.js", "ext/js/data/anki-note-data-creator.js", + "ext/js/display/pronunciation-generator.js", "ext/js/display/structured-content-generator.js", "ext/js/dom/css-style-applier.js", "ext/js/language/dictionary-data-util.js", |