From 5eea59bbeb159bf7ac180e7df65e2f20191fbe40 Mon Sep 17 00:00:00 2001 From: jimmy-guzman Date: Sat, 2 Nov 2024 09:10:39 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20rename=20"disabled"=20con?= =?UTF-8?q?fig=20to=20"prettier"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/factory.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/factory.ts b/src/factory.ts index 63a27a0..296e9fe 100644 --- a/src/factory.ts +++ b/src/factory.ts @@ -55,8 +55,7 @@ export const jimmyDotCodes = ( ...(isTestingEnabled ? testingConfig(getTestingOptions(testing), autoDetect) : []), - // TODO [2024-12-31]: rename to jimmy.codes/prettier. - { name: "jimmy.codes/disabled", ...eslintConfigPrettier }, + { name: "jimmy.codes/prettier", ...eslintConfigPrettier }, ...commonjsConfig(), { ignores: [...GLOB_IGNORES, ...ignores],