Skip to content

Commit

Permalink
refactor(pkg): add ts deps
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed May 19, 2019
1 parent f651618 commit bfdfb82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
"semver-regex": "^2.0.0",
"staged-git-files": "^1.1.2",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5",
"unified": "^7.1.0",
"user-event": "^1.4.4",
Expand Down
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"defaultSeverity": "warning",
"extends": [
"tslint:recommended"
"tslint:recommended",
"tslint-config-prettier"
],
"jsRules": {},
"rules": {
Expand Down

0 comments on commit bfdfb82

Please sign in to comment.