aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-08-14 11:46:26 -0400
committerGitHub <noreply@github.com>2021-08-14 11:46:26 -0400
commit3e350bd563886e49fed309731d99f37e6f3ab320 (patch)
tree688f3ca34cc53203df99b2126e334e3c817da281 /.eslintrc.json
parentcd78d56feedef1475ce8ddb98e208c7a004819df (diff)
Dictionary worker refactor (#1894)
* Rename dictionary worker files * Rename classes * Rename file * Rename class * Generalize the _invoke method * Rename 'import' to 'importDictionary' * Improve DictionaryImporterMediaLoader usage * Refactor message handler * Generalize onProgress event
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 48746bdb..edd254bf 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -231,8 +231,8 @@
"ext/js/general/cache-map.js",
"ext/js/language/dictionary-database.js",
"ext/js/language/dictionary-importer.js",
- "ext/js/language/dictionary-importer-worker.js",
- "ext/js/language/dictionary-importer-worker-media-loader.js",
+ "ext/js/language/dictionary-worker.js",
+ "ext/js/language/dictionary-worker-media-loader.js",
"ext/js/media/media-util.js"
],
"env": {