Skip to content

Commit

Permalink
Add ordered import tslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Auchenberg committed Apr 11, 2020
1 parent a86a514 commit 8d6d2b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"rules": {
"no-unused-variable": true,
"no-unused-expression": true
"no-unused-expression": true,
"ordered-imports": true
}
}

0 comments on commit 8d6d2b8

Please sign in to comment.