diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-07-31 13:04:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-31 13:04:16 -0400 |
commit | 454ffaad9658256cb4980ee27eb013606b285edc (patch) | |
tree | 85638439db117db833d15a0184ecd45b1f1a83b6 /.eslintrc.json | |
parent | 00c5ae79833a641ccc5f7d31b6eea3e91db4cb71 (diff) |
StringUtil (#1861)
* Add StringUtil class
* Use StringUtil
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 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", |