From fadf7bcc088dfe80fa655db0a513a1d6303bb91b Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Fri, 5 Apr 2019 10:32:44 +0200 Subject: [PATCH] Fix linting --- src/Graph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Graph.ts b/src/Graph.ts index b28035ca6b3..395ba66f39d 100644 --- a/src/Graph.ts +++ b/src/Graph.ts @@ -1,7 +1,7 @@ import * as acorn from 'acorn'; +import injectBigInt from 'acorn-bigint'; import injectDynamicImportPlugin from 'acorn-dynamic-import'; import injectImportMeta from 'acorn-import-meta'; -import injectBigInt from 'acorn-bigint'; import * as ESTree from 'estree'; import GlobalScope from './ast/scopes/GlobalScope'; import { EntityPathTracker } from './ast/utils/EntityPathTracker';