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

Commit 13ac4f0

Browse files
DominikPaloianschmitz
authored andcommitted
Use semicolons in the ProcessEnv interface (facebook#6364)
1 parent 3b5ebcb commit 13ac4f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/react-app.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
declare namespace NodeJS {
66
interface ProcessEnv {
7-
NODE_ENV: 'development' | 'production' | 'test'
8-
PUBLIC_URL: string
7+
NODE_ENV: 'development' | 'production' | 'test';
8+
PUBLIC_URL: string;
99
}
1010
}
1111

0 commit comments

Comments
 (0)