Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

Commit

Permalink
update tslint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
selmertsx committed Feb 7, 2018
1 parent 0ed2096 commit 6cb0b60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"extends": ["tslint:recommended"],
"rulesDirectory": ["tslint-plugin-prettier"],
"rules": {
"prettier": true,

// tslint rules
"arrow-parens": false,
"no-console": false,
"no-empty": false,
"object-literal-sort-keys" : false,
"trailing-comma": false
}
}

0 comments on commit 6cb0b60

Please sign in to comment.