Skip to content

Commit

Permalink
lint: fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jun 23, 2022
1 parent b621b6a commit 1d77692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/shared/src/globals.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
declare var __DEV__: boolean;
declare var __LIB_VERSION__: string;
declare var LIBRARY_NAME: string;
declare const __DEV__: boolean;
declare const __LIB_VERSION__: string;
declare const LIBRARY_NAME: string;

1 comment on commit 1d77692

@vercel
Copy link

@vercel vercel bot commented on 1d77692 Jun 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-website.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-next-ealush.vercel.app
vest-next.vercel.app

Please sign in to comment.