diff --git a/.eslintrc.json b/.eslintrc.json index 793c4bf4..02660d0a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -223,7 +223,7 @@ "ext/js/background/profile-conditions-util.js", "ext/js/background/request-builder.js", "ext/js/background/script-manager.js", - "ext/js/comm/anki.js", + "ext/js/comm/anki-connect.js", "ext/js/comm/clipboard-monitor.js", "ext/js/comm/clipboard-reader.js", "ext/js/comm/mecab.js", diff --git a/ext/background.html b/ext/background.html index 937b5346..deef5214 100644 --- a/ext/background.html +++ b/ext/background.html @@ -28,7 +28,7 @@ - + diff --git a/ext/js/comm/anki.js b/ext/js/comm/anki-connect.js similarity index 100% rename from ext/js/comm/anki.js rename to ext/js/comm/anki-connect.js diff --git a/ext/settings.html b/ext/settings.html index 1ad0c37d..95ab8a03 100644 --- a/ext/settings.html +++ b/ext/settings.html @@ -3656,7 +3656,7 @@ - + diff --git a/ext/sw.js b/ext/sw.js index 0016c28f..253058c9 100644 --- a/ext/sw.js +++ b/ext/sw.js @@ -25,7 +25,7 @@ self.importScripts( '/js/background/profile-conditions-util.js', '/js/background/request-builder.js', '/js/background/script-manager.js', - '/js/comm/anki.js', + '/js/comm/anki-connect.js', '/js/comm/clipboard-monitor.js', '/js/comm/clipboard-reader.js', '/js/comm/mecab.js',