From 89f8216b9c7bebe38a0f10748c8e76d14245f768 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 3 Apr 2021 21:46:08 +0200 Subject: [PATCH] Refine eslint configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .eslintrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.eslintrc b/.eslintrc index 05faff16..55986c22 100644 --- a/.eslintrc +++ b/.eslintrc @@ -113,6 +113,20 @@ "keyword-spacing": [ "error" ], + "id-blacklist": [ + "error", + "any", + "Number", + "number", + "String", + "string", + "Boolean", + "boolean", + "Undefined", + "undefined", + "Symbol", + "symbol" + ], "linebreak-style": [ "error", "unix" -- 2.34.1