From fbc9269abfced4e5245c1d154b78c53dccd2f5e4 Mon Sep 17 00:00:00 2001 From: Valentin Zickner Date: Tue, 20 Jul 2021 20:42:28 +0200 Subject: [PATCH] disable naming convention eslint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index a5bfc7dcc..6dd74ced7 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -44,7 +44,7 @@ } ], "@typescript-eslint/member-ordering": "error", - "@typescript-eslint/naming-convention": "error", + "@typescript-eslint/naming-convention": "off", "@typescript-eslint/no-empty-function": "off", "@typescript-eslint/no-empty-interface": "error", "@typescript-eslint/no-inferrable-types": [