Skip to content

Commit

Permalink
Add ordered-imports rule to tslint:latest config (palantir#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkillian authored Jul 1, 2016
1 parent b5ecc51 commit b3a66b1
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 b3a66b1

Please sign in to comment.