Skip to content

Commit

Permalink
🚨 app: remove unnecessary eslint annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 20, 2024
1 parent fc9681a commit 4c7c2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tamagui.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,6 @@ const tamagui = createTamagui({

export type Config = typeof tamagui;
declare module "tamagui" {
interface TamaguiCustomConfig extends Config {} // eslint-disable-line @typescript-eslint/no-empty-object-type -- module augmentation
interface TamaguiCustomConfig extends Config {}
}
export default tamagui;

0 comments on commit 4c7c2c3

Please sign in to comment.