diff options
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
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": { |