From c9ac0c648e678c3a32f2fc12e8857f06bdc81f30 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:20:44 +0900 Subject: [PATCH] allow import --- html/.eslintrc.js | 3 +++ 1 file changed, 3 insertions(+) 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',