Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Commit

Permalink
chore: fix lint in orderedImportsRule.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adidahiya committed Oct 5, 2019
1 parent 9c6f389 commit 68c3a14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/orderedImportsRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 68c3a14

Please sign in to comment.