From 0e572c6e296701c455428b332cd0709177b83356 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Mon, 14 Jun 2021 02:19:10 +0100 Subject: [PATCH] Update eslint config --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index a0e74ba..9e967f8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -32,6 +32,7 @@ module.exports = { 'warn', { allowShortCircuit: true, allowTernary: true }, ], + '@typescript-eslint/ban-ts-comment': 0, 'react-hooks/exhaustive-deps': 1, 'import/no-cycle': 'off', 'react/jsx-props-no-spreading': 'off',