aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-01-07 20:24:22 -0500
committerGitHub <noreply@github.com>2021-01-07 20:24:22 -0500
commit7d706df66b4cd68d6ac430c2e3e8b9f3a7f4b6ae (patch)
treea0d8e81f41555468a5c3b2b9b4d21e646adceea6 /.eslintrc.json
parent3760b22a2544d0f86a8097b345831de8efc0e325 (diff)
Update DictionaryDataUtil to be able to be used in a sandbox frame (#1206)
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 4839447e..f9ca5814 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -84,7 +84,8 @@
{
"files": [
"ext/mixed/js/core.js",
- "ext/bg/js/template-renderer.js"
+ "ext/bg/js/template-renderer.js",
+ "ext/mixed/js/dictionary-data-util.js"
],
"env": {
"webextensions": false
@@ -94,7 +95,8 @@
"files": ["ext/**/*.js"],
"excludedFiles": [
"ext/mixed/js/core.js",
- "ext/bg/js/template-renderer.js"
+ "ext/bg/js/template-renderer.js",
+ "ext/mixed/js/dictionary-data-util.js"
],
"globals": {
"errorToJson": "readonly",