Skip to content

Commit

Permalink
chore(tslint): disable object-literal-sort-key
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Koenders committed Sep 11, 2018
1 parent 54f41d7 commit 69daf84
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
Expand Up @@ -8,7 +8,8 @@
"trailing-comma": false,
"ordered-imports": false,
"arrow-parens": false,
"interface-name": false
"interface-name": false,
"object-literal-sort-keys": false
},
"rulesDirectory": []
}

0 comments on commit 69daf84

Please sign in to comment.