From beef06978bf763053b43d65881524d2d815e8ba1 Mon Sep 17 00:00:00 2001 From: Wilfried AGO Date: Wed, 28 Aug 2024 18:14:55 +0100 Subject: [PATCH] refactor: update formatter and typescript rule names for consistency - replace 'antfu' with 'thewlabs' in formatter and typescript rule names - improves clarity and aligns with updated naming conventions --- src/configs/formatters.ts | 2 +- src/configs/typescript.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configs/formatters.ts b/src/configs/formatters.ts index fd743da..d7dbcaf 100644 --- a/src/configs/formatters.ts +++ b/src/configs/formatters.ts @@ -182,7 +182,7 @@ export async function formatters( languageOptions: { parser: parserPlain, }, - name: 'antfu/formatter/svg', + name: 'thewlabs/formatter/svg', rules: { 'format/prettier': [ 'error', diff --git a/src/configs/typescript.ts b/src/configs/typescript.ts index 9ee0191..36fa578 100644 --- a/src/configs/typescript.ts +++ b/src/configs/typescript.ts @@ -166,7 +166,7 @@ export async function typescript( ? [{ files: filesTypeAware, ignores: ignoresTypeAware, - name: 'antfu/typescript/rules-type-aware', + name: 'thewlabs/typescript/rules-type-aware', rules: { ...typeAwareRules, ...overridesTypeAware,