aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2022-08-20 12:53:22 -0400
committerGitHub <noreply@github.com>2022-08-20 12:53:22 -0400
commitd3807d88ecf40b2c37ed31d823af038a091ffca0 (patch)
treecc79293c901c3274beecce0e9f5e9f35efcb9ec8 /.eslintrc.json
parentcd0a6b60e2f910e497a5b72bee1a27a0d1c575d2 (diff)
ArrayBufferUtil (#2215)
* Rename StringUtil to ArrayBufferUtil * Update docs * Rename file string-util.js to array-buffer-util.js
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index dad145be..ec1e0375 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -232,7 +232,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/data/sandbox/array-buffer-util.js",
"ext/js/dom/simple-dom-parser.js",
"ext/js/extension/environment.js",
"ext/js/general/cache-map.js",