From b03e16fb694a45243be201387a8e300df8ddbabd Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 13:28:38 +0900 Subject: [PATCH] impliedStrict --- html/.eslintrc.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index 34b7ec5a..8cd4067a 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -6,7 +6,8 @@ module.exports = { es2020: true }, parserOptions: { - sourceType: 'module' + sourceType: 'module', + impliedStrict: true }, globals: { CefSharp: 'readonly',