Skip to content

Commit

Permalink
chore(build): introduce tslint-config-prettier to avoid config conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Mar 26, 2019
1 parent 2575b5f commit 4553bb6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -47,6 +47,7 @@
"semantic-release": "^15.13.3",
"ts-jest": "^24.0.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.4000"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion tslint.json
@@ -1,3 +1,3 @@
{
"extends": ["tslint:recommended"]
"extends": ["tslint:recommended", "tslint-config-prettier"]
}
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -6153,6 +6153,11 @@ tslib@^1.8.0, tslib@^1.8.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"
integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==

tslint-config-prettier@^1.18.0:
version "1.18.0"
resolved "https://registry.yarnpkg.com/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz#75f140bde947d35d8f0d238e0ebf809d64592c37"
integrity sha512-xPw9PgNPLG3iKRxmK7DWr+Ea/SzrvfHtjFt5LBl61gk2UBG/DB9kCXRjv+xyIU1rUtnayLeMUVJBcMX8Z17nDg==

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

0 comments on commit 4553bb6

Please sign in to comment.