summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index e4192c3539..99cef88669 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -271,6 +271,8 @@ module.exports = {
DTRACE_HTTP_SERVER_REQUEST: false,
DTRACE_HTTP_SERVER_RESPONSE: false,
DTRACE_NET_SERVER_CONNECTION: false,
- DTRACE_NET_STREAM_END: false
+ DTRACE_NET_STREAM_END: false,
+ TextEncoder: false,
+ TextDecoder: false
},
};