diff --git a/src/rules/orderedImportsRule.ts b/src/rules/orderedImportsRule.ts index fad38909e88..77c9c364f53 100644 --- a/src/rules/orderedImportsRule.ts +++ b/src/rules/orderedImportsRule.ts @@ -24,6 +24,7 @@ import { isStringLiteral, } from "tsutils"; import * as ts from "typescript"; + import * as Lint from "../index"; export class Rule extends Lint.Rules.AbstractRule {