Skip to content

Commit caf0a30

Browse files
DominikPaloianschmitz
authored andcommitted
Use semicolons in the ProcessEnv interface (#6364)
1 parent 18d5e87 commit caf0a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/lib/react-app.d.ts

+2-2
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)