From f139b9e7310a08621c9a9d0c72c2c0d17deba570 Mon Sep 17 00:00:00 2001 From: BetaHuhn <51766171+BetaHuhn@users.noreply.github.com> Date: Thu, 31 Dec 2020 22:48:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20disable=20new-cap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/eslint.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/eslint.config.ts b/config/eslint.config.ts index 5913c70..d757f41 100644 --- a/config/eslint.config.ts +++ b/config/eslint.config.ts @@ -77,7 +77,7 @@ const options: Linter.Config = { 'object-curly-spacing': [ 2, 'always' ], 'operator-linebreak': [ 2, 'after' ], 'func-style': 0, - 'new-cap': 2, + 'new-cap': 0, 'no-var': 2, 'no-labels': 2, 'no-implicit-coercion': 2,