Skip to content

Commit

Permalink
Add tslint-prettier to avoid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 9, 2017
1 parent 547faeb commit d861911
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
"ts-jest": "^20.0.0",
"ts-node": "^3.0.0",
"tslint": "^5.3.0",
"tslint-config-prettier": "^1.0.0",
"typedoc": "orta/typedoc#0.5.10-no-types",
"typescript": "2.3.4"
},
Expand Down
3 changes: 3 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@
"array-type": [
true,
"array-simple"
],
"extends": [
"tslint-config-prettier"
]
}
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3616,6 +3616,10 @@ tslib@^1.6.0:
version "1.7.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.7.1.tgz#bc8004164691923a79fe8378bbeb3da2017538ec"

tslint-config-prettier@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.0.0.tgz#de1cd14fe8805f5f9aa5676a4760056d42e0738d"

tslint@^5.3.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.3.0.tgz#fb89e4e9c461a2dcb2a80ece8da27f5cd44eff8f"
Expand Down

0 comments on commit d861911

Please sign in to comment.