Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 7ad5b27

Browse files
authored
Merge pull request #49 from AckeeCZ/feat/prettier-tslint-conflicts
✨ Remove tslint and prettier conflicts
2 parents d8f3a0b + 127ff4e commit 7ad5b27

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"ts-jest": "^26.1.0",
6868
"tslint": "^6.0.0",
6969
"tslint-config-ackee": "^0.3.0",
70+
"tslint-config-prettier": "^1.18.0",
7071
"typescript": "^3.5.3"
7172
},
7273
"husky": {

tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"defaultSeverity": "error",
33
"extends": [
4-
"tslint-config-ackee"
4+
"tslint-config-ackee",
5+
"tslint-config-prettier"
56
],
67
"jsRules": {},
78
"rules": {},

0 commit comments

Comments
 (0)