diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-05-29 21:42:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 21:42:26 -0400 |
commit | 0b5d54e7c66c17383e23855a1c3d4dbb1ea817fc (patch) | |
tree | d71ffe8f394795db26993b724bd9e026b23a072c /.eslintrc.json | |
parent | 331a2e62941e04a4d50a21faefed663a92ddc00a (diff) |
Rename anki.js to anki-connect.js to more accurately reflect class name (#2167)
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |