From 9b894afd7b9f066833b8ac897914cdbb12cb6602 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 3 Jul 2022 17:37:45 +0200 Subject: [PATCH] fix ESLint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 5aa7761..3616a42 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,7 +9,7 @@ }, "rules": { "arrow-spacing": ["warn", { "before": true, "after": true }], - "brace-style": ["error", { "allowSingleLine": true }], + "brace-style": ["error"], "comma-dangle": ["error", "always-multiline"], "comma-spacing": "error", "comma-style": "error",