Skip to content

Commit

Permalink
Changed vscode to be an optional param
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirrk authored and vvakame committed Mar 6, 2017
1 parent 0ee5c09 commit 5779438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export interface Options {
tsconfig: boolean;
tslint: boolean;
editorconfig: boolean;
vscode: boolean;
vscode?: boolean;
tsfmt: boolean;
}

Expand Down

0 comments on commit 5779438

Please sign in to comment.