From 4cf5d2b662779e26a5fb658dd5cca5d22edcd28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A7=81Ash=C3=BB=EA=A7=82?= <30575805+Ashu11-A@users.noreply.github.com> Date: Sat, 25 May 2024 16:56:41 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Better=20line=20size?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core/.eslintrc.json b/core/.eslintrc.json index c4da0b3f..e2c0790f 100644 --- a/core/.eslintrc.json +++ b/core/.eslintrc.json @@ -16,6 +16,7 @@ "@typescript-eslint" ], "rules": { + "indent": ["error", 2], "no-new": "off", "@typescript-eslint/naming-convention": "off" }