From aab51da281e664a247dc87af45d2b3e4e38adb2d Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 12 Jul 2020 21:07:47 -0500 Subject: [PATCH] fix: annoying --- .eslint.defaults.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslint.defaults.js b/.eslint.defaults.js index d4f5df2..45e033b 100644 --- a/.eslint.defaults.js +++ b/.eslint.defaults.js @@ -11,6 +11,7 @@ const config = { 'brace-style': ['error', 'stroustrup'], 'no-bitwise': ['error', {int32Hint: true}], 'no-plusplus': 'off', + 'no-shadow': 'off', 'no-underscore-dangle': 'off', 'padded-blocks': ['error', {classes: 'always'}], yoda: 'off',