diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-02 22:12:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 22:12:02 -0400 |
commit | a4715935cb4d910f5b13b398ca4742cf30c8f784 (patch) | |
tree | 39fb5bb6bbcaa3d583023122301428d796beb7ef /.eslintrc.json | |
parent | 56b2462f13db5ac9a57bce1b0bc8e18da55d9ce7 (diff) |
More CssStyleApplier updates (#1785)
* Update eslint rules for css-style-applier.js
* Don't use chrome.runtime.getURL
* Update CSP to allow inline styles
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 736a4c0b..9d47b369 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -112,6 +112,7 @@ "ext/js/core.js", "ext/js/data/anki-note-data-creator.js", "ext/js/display/structured-content-generator.js", + "ext/js/dom/css-style-applier.js", "ext/js/language/dictionary-data-util.js", "ext/js/templates/template-renderer.js" ], @@ -125,6 +126,7 @@ "ext/js/core.js", "ext/js/data/anki-note-data-creator.js", "ext/js/display/structured-content-generator.js", + "ext/js/dom/css-style-applier.js", "ext/js/language/dictionary-data-util.js", "ext/js/templates/template-renderer.js" ], @@ -155,6 +157,7 @@ "ext/js/yomichan.js", "ext/js/data/anki-note-data-creator.js", "ext/js/display/structured-content-generator.js", + "ext/js/dom/css-style-applier.js", "ext/js/language/dictionary-data-util.js", "ext/js/templates/template-renderer.js" ], |