Skip to content

Commit

Permalink
Update index.md (palantir#4473)
Browse files Browse the repository at this point in the history
Alphabetise imports in example, as per `tslint:latest`
  • Loading branch information
jajaperson authored and abierbaum committed Jan 29, 2019
1 parent f0f226b commit cf8516f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/custom-rules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ __Important conventions__:
Now, let us first write the rule in TypeScript:

```typescript
import * as ts from "typescript";
import * as Lint from "tslint";
import * as ts from "typescript";

export class Rule extends Lint.Rules.AbstractRule {
public static FAILURE_STRING = "import statement forbidden";
Expand Down

0 comments on commit cf8516f

Please sign in to comment.