diff options
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 94551803..0f854e76 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -96,6 +96,7 @@ "excludedFiles": [ "ext/mixed/js/core.js", "ext/bg/js/template-renderer.js", + "ext/bg/js/anki-note-data.js", "ext/mixed/js/dictionary-data-util.js" ], "globals": { |