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

Update develop docs #4473

Merged
merged 1 commit into from
Jan 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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