Skip to content

Commit

Permalink
update webpackOption.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffin143 committed Jan 15, 2020
1 parent 2101892 commit ef73991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declarations/WebpackOptions.d.ts
Expand Up @@ -132,7 +132,7 @@ export type RuleSetCondition =
* This interface was referenced by `WebpackOptions`'s JSON-Schema
* via the `definition` "RuleSetConditions".
*/
export type RuleSetConditions = RuleSetCondition[]
export type RuleSetConditions = RuleSetCondition[];
/**
* One or multiple rule conditions
*
Expand Down

0 comments on commit ef73991

Please sign in to comment.