Skip to content

Commit 7fb5fb1

Browse files
author
Jonathan Jayet
committed
Fixes lint
1 parent 3cf60a8 commit 7fb5fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular-cli/custom-typings.d.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ interface IWebpackDevServerConfigurationOptions {
33
hot?: boolean;
44
historyApiFallback?: boolean;
55
compress?: boolean;
6-
proxy?: {[key: string]: string};
6+
proxy?: { [key: string]: string };
77
staticOptions?: any;
88
quiet?: boolean;
99
noInfo?: boolean;
@@ -17,7 +17,7 @@ interface IWebpackDevServerConfigurationOptions {
1717
headers?: { [key: string]: string };
1818
stats?: { [key: string]: boolean };
1919
inline: boolean;
20-
https?:boolean;
20+
https?: boolean;
2121
key?: string;
2222
cert?: string;
2323
}

0 commit comments

Comments
 (0)