Skip to content

Commit 65ac909

Browse files
author
Josh Goldberg
authored
Moved tslint and typescript to dependencies (#107)
1 parent 59b65af commit 65ac909

File tree

2 files changed

+31
-84
lines changed

2 files changed

+31
-84
lines changed

package-lock.json

Lines changed: 27 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"description": "Converts your TSLint configuration to the closest possible ESLint equivalent.",
1010
"dependencies": {
1111
"chalk": "2.4.2",
12-
"commander": "2.20.0"
12+
"commander": "2.20.0",
13+
"tslint": "^5.18.0",
14+
"typescript": "^3.5.3"
1315
},
1416
"devDependencies": {
1517
"@babel/core": "7.5.4",
@@ -29,9 +31,7 @@
2931
"jest": "24.8.0",
3032
"lint-staged": "9.2.0",
3133
"prettier": "1.18.2",
32-
"strip-ansi": "5.2.0",
33-
"tslint": "5.18.0",
34-
"typescript": "3.5.3"
34+
"strip-ansi": "5.2.0"
3535
},
3636
"homepage": "https://github.com/JoshuaKGoldberg/tslint-to-eslint-config#readme",
3737
"husky": {

0 commit comments

Comments
 (0)