Skip to content

Commit

Permalink
feat(lint): add ordered-imports rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Feb 27, 2017
1 parent 36aebbe commit d6d0eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tslint.json
Expand Up @@ -138,7 +138,7 @@
"check-function-in-method"
],
"import-spacing": true,
"ordered-imports": [false],
"ordered-imports": [true],
"interface-name": [false],
"no-angle-bracket-type-assertion": true,
"object-literal-shorthand": true,
Expand Down

0 comments on commit d6d0eff

Please sign in to comment.