From 026bebdd24344f113e76d81d9c8b441f0ebbf087 Mon Sep 17 00:00:00 2001 From: dw-0 Date: Sun, 6 Oct 2024 11:12:44 +0200 Subject: [PATCH] style: temporarily turn off naming convention rule Signed-off-by: Dominik Willner --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 885d36187..f06f97b71 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -48,7 +48,7 @@ ], "@typescript-eslint/member-ordering": "warn", "@typescript-eslint/naming-convention": [ - "warn", + "off", { "selector": "default", "format": ["camelCase"],