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,