From 74451b885eba31e3f52ef29580a53f9938e30f15 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 10 Mar 2024 22:53:05 -0400 Subject: [PATCH] reformat .eslintrc.json --- .eslintrc.json | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 9ef2c875..9af32d61 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -9,24 +9,10 @@ "sourceType": "module" }, "rules": { - "indent": [ - "error", - 4 - ], - "linebreak-style": [ - "error", - "unix" - ], - "quotes": [ - "error", - "double" - ], - "semi": [ - "error", - "always" - ], - "no-var": [ - "error" - ] + "indent": ["error", 4], + "linebreak-style": ["error", "unix"], + "quotes": ["error", "double"], + "semi": ["error", "always"], + "no-var": ["error"] } }