From 2884d4b2ae78ab655f5f4405abc76e568d641169 Mon Sep 17 00:00:00 2001 From: pushkine Date: Fri, 29 May 2020 12:28:55 +0200 Subject: [PATCH] init --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 946a157e40..8de705e33b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,11 +16,11 @@ module.exports = { 'no-unreachable': 2, 'valid-typeof': 2, 'quote-props': [2, 'as-needed'], - 'one-var': [2, 'never'], 'prefer-arrow-callback': 2, 'prefer-const': [2, { destructuring: 'all' }], 'arrow-spacing': 2, 'no-inner-declarations': 0, + 'one-var': 'off', 'require-atomic-updates': 'off', '@typescript-eslint/indent': 'off', '@typescript-eslint/camelcase': 'off',