Skip to content

Commit

Permalink
Use semicolons in the ProcessEnv interface (#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 18d5e87 commit caf0a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-scripts/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 caf0a30

Please sign in to comment.