Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

Commit

Permalink
Use semicolons in the ProcessEnv interface (facebook#6364)
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikPalo authored and ianschmitz committed Feb 8, 2019
1 parent 3b5ebcb commit 13ac4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/react-app.d.ts
Expand Up @@ -4,8 +4,8 @@

declare namespace NodeJS {
interface ProcessEnv {
NODE_ENV: 'development' | 'production' | 'test'
PUBLIC_URL: string
NODE_ENV: 'development' | 'production' | 'test';
PUBLIC_URL: string;
}
}

Expand Down

0 comments on commit 13ac4f0

Please sign in to comment.