From 4534eefc1d0edb866e6d66e5ad89c13c8c06c987 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Wed, 7 Jul 2021 21:03:55 +0200 Subject: [PATCH] lint --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index ed6f9331..f65859a9 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -110,6 +110,7 @@ rules: '@typescript-eslint/lines-between-class-members': - error - exceptAfterSingleLine: true + '@typescript-eslint/dot-notation': off '@typescript-eslint/no-implicit-any-catch': off '@typescript-eslint/member-ordering': off '@typescript-eslint/no-var-requires': off