Skip to content
This repository was archived by the owner on Jul 30, 2018. It is now read-only.

Commit 9826af6

Browse files
authored
remove the tslint prettier plugin (#376)
* remove the tslint prettier plugin * package-lock.json
1 parent 98d2652 commit 9826af6

File tree

3 files changed

+30
-62
lines changed

3 files changed

+30
-62
lines changed

package-lock.json

+30-59
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"remap-istanbul": ">=0.6.3",
6060
"sinon": "~1.17.6",
6161
"tslint": "5.8.0",
62-
"tslint-plugin-prettier": "1.3.0",
6362
"typescript": "~2.6.1"
6463
},
6564
"lint-staged": {

tslint.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"rulesDirectory": ["tslint-plugin-prettier"],
32
"rules": {
4-
"prettier": true,
53
"align": false,
64
"ban": [],
75
"class-name": true,

0 commit comments

Comments
 (0)