Skip to content

Commit

Permalink
refactor: update formatter and typescript rule names for consistency
Browse files Browse the repository at this point in the history
- replace 'antfu' with 'thewlabs' in formatter and typescript rule names
- improves clarity and aligns with updated naming conventions
  • Loading branch information
wilfriedago committed Aug 28, 2024
1 parent 28fa5f9 commit beef069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/configs/formatters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export async function formatters(
languageOptions: {
parser: parserPlain,
},
name: 'antfu/formatter/svg',
name: 'thewlabs/formatter/svg',
rules: {
'format/prettier': [
'error',
Expand Down
2 changes: 1 addition & 1 deletion src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit beef069

Please sign in to comment.