From c9a343d779846b17370e6671f9793a659fc348a7 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:56:13 +0900 Subject: [PATCH] no-undefined --- html/.eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/html/.eslintrc.js b/html/.eslintrc.js index d5a68eb9..978c5519 100644 --- a/html/.eslintrc.js +++ b/html/.eslintrc.js @@ -64,7 +64,6 @@ module.exports = { 'no-shadow': 0, 'no-tabs': 0, 'no-ternary': 0, - 'no-undefined': 0, 'no-underscore-dangle': 0, 'no-var': 0, 'no-warning-comments': 0,