From a2b1f1b398e7c6398c0f26f55284201b45f79bad Mon Sep 17 00:00:00 2001 From: Ed Zynda Date: Mon, 22 Aug 2022 14:16:47 +0300 Subject: [PATCH] update eslint --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index e63ab6cf8..ef0f9831d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -18,5 +18,6 @@ module.exports = { 'no-empty': 'off', 'no-empty-function': 'off', '@typescript-eslint/no-empty-function': 'off', + '@typescript-eslint/ban-ts-comment': 'off', }, }