Skip to content

Commit

Permalink
fix: no throw on --useNamedExports (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
studds authored and ForbesLindesay committed Jan 12, 2020
1 parent d276935 commit 87482f7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/printValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export function printSingleTypeValidator(
tsConfig: any,
options: Ajv.Options = {},
) {
if (isNamedExport !== false) {
throw new Error('temp');
}
return [
t.TSLINT_DISABLE,
t.GENERATED_COMMENT,
Expand Down

0 comments on commit 87482f7

Please sign in to comment.