diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-11-23 22:23:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 22:23:14 -0500 |
commit | f2102ade4cfe97be4182bb22d1ae4f609d2364a7 (patch) | |
tree | 6df6e9ceb41723af1fc9e032a60129be6ba0827c /.eslintrc.json | |
parent | d454b52a18127f782fafdf71534ea2c41f20ef44 (diff) |
Add AccessibilityController class, which dynamically registers (#2024)
and unregisters the google-docs.js content script
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index a1e47ef1..cc43ba41 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -182,6 +182,7 @@ "files": [ "ext/js/core.js", "ext/js/yomichan.js", + "ext/js/accessibility/accessibility-controller.js", "ext/js/background/backend.js", "ext/js/background/environment.js", "ext/js/background/profile-conditions-util.js", |