diff --git a/html/.eslintrc.js b/html/.eslintrc.js
index 21ba4f12..94c47047 100644
--- a/html/.eslintrc.js
+++ b/html/.eslintrc.js
@@ -5,6 +5,9 @@ module.exports = {
commonjs: true,
es2020: true
},
+ parserOptions: {
+ sourceType: 'module'
+ },
globals: {
CefSharp: 'readonly',
VRCX: 'readonly',