diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-28 21:17:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-28 21:17:10 -0500 |
commit | e610a62ceb07313c581a0bd2d5c8ebbc7c39ba4f (patch) | |
tree | 2c798350f52f47cc64353c12e54c43ebf2a535fc /.eslintrc.json | |
parent | ed0c0c20c095ac693dac3f1c4145e4c8dc83601a (diff) |
Refactor anki field templates (#1323)
* Update glossary and glossary-single
* Define patch
* Create TemplatePatcher
* Add test
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 5d0c216b..0afb1a43 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -179,6 +179,7 @@ "ext/bg/js/profile-conditions.js", "ext/bg/js/request-builder.js", "ext/bg/js/simple-dom-parser.js", + "ext/bg/js/template-patcher.js", "ext/bg/js/text-source-map.js", "ext/bg/js/translator.js", "ext/bg/js/backend.js", |