aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-07-31 13:04:16 -0400
committerGitHub <noreply@github.com>2021-07-31 13:04:16 -0400
commit454ffaad9658256cb4980ee27eb013606b285edc (patch)
tree85638439db117db833d15a0184ecd45b1f1a83b6 /.eslintrc.json
parent00c5ae79833a641ccc5f7d31b6eea3e91db4cb71 (diff)
StringUtil (#1861)
* Add StringUtil class * Use StringUtil
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 3ad61648..15bb96ea 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -193,6 +193,7 @@
"ext/js/data/json-schema.js",
"ext/js/data/options-util.js",
"ext/js/data/permissions-util.js",
+ "ext/js/data/sandbox/string-util.js",
"ext/js/dom/simple-dom-parser.js",
"ext/js/general/cache-map.js",
"ext/js/general/object-property-accessor.js",