Skip to content

Commit

Permalink
fix(typescript-estree): fix synthetic default import (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
fa93hws authored and bradzacher committed Nov 21, 2019
1 parent 5b1300d commit d97f809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-estree/src/visitor-keys.ts
@@ -1,4 +1,4 @@
import eslintVisitorKeys from 'eslint-visitor-keys';
import * as eslintVisitorKeys from 'eslint-visitor-keys';

export const visitorKeys = eslintVisitorKeys.unionWith({
// Additional estree nodes.
Expand Down

0 comments on commit d97f809

Please sign in to comment.