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

Commit

Permalink
Add ordered-imports rule to tslint:latest config (#1367) (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian authored Jul 1, 2016
1 parent 6573211 commit 1eea165
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/configs/latest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
*/

export const rules = {
"ordered-imports": [true, {
"named-imports-order": "lowercase-last",
}],
};

// work around "extends" being a keyword
Expand Down

0 comments on commit 1eea165

Please sign in to comment.