From 06cedbce57edafcf8e2aabb0a632fe9ce38eef9d Mon Sep 17 00:00:00 2001 From: Ido-Barnea Date: Sat, 21 Oct 2023 19:23:58 +0300 Subject: [PATCH] [trivial] Updated linter rules --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index cb3f8b1d..80638608 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -55,6 +55,7 @@ "ignoreStrings": true } ], - "comma-dangle": ["error", "always-multiline"] + "comma-dangle": ["error", "always-multiline"], + "camelcase": ["error"] } } \ No newline at end of file