From 9ed484612e60716f02d32286efd1e3b2889971af Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Wed, 13 Jan 2021 21:45:37 +0200 Subject: [PATCH] Update eslint config --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 77f418b4..712ceb7e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -33,6 +33,7 @@ module.exports = { }, ], '@typescript-eslint/no-use-before-define': 'off', + 'no-constant-condition': 'off', 'no-inner-declarations': 'off', 'prettier/prettier': 'error', },