Skip to content

Commit

Permalink
style: Removed TSLint rules that were in conflict with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mKeRix committed Jan 18, 2020
1 parent 25acf2f commit 6387baf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"start:debug": "nest start --debug --watch",
"start:prod": "node dist/main",
"lint": "tslint -p tsconfig.json -c tslint.json",
"tslint-check": "tslint-config-prettier-check ./tslint.json",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
Expand Down
2 changes: 0 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
"no-unused-expression": true
},
"rules": {
"quotemark": [true, "single"],
"member-access": [false],
"ordered-imports": [false],
"max-line-length": [true, 150],
"member-ordering": [false],
"interface-name": [false],
"arrow-parens": false,
Expand Down

0 comments on commit 6387baf

Please sign in to comment.