Skip to content

Commit

Permalink
Let codeclimate use tslint
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
oliverguenther committed Mar 20, 2018
1 parent 310b46f commit b020e06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 1 addition & 0 deletions .codeclimate.yml
Expand Up @@ -20,6 +20,7 @@ engines:
enabled: true
tslint:
enabled: true
config: tslint.json
fixme:
enabled: true
ratings:
Expand Down
11 changes: 2 additions & 9 deletions tslint.json
Expand Up @@ -18,10 +18,7 @@
"check-open-brace",
"check-whitespace"
],
"quotemark": [
true,
"double"
],
"quotemark": false,
"semicolon": [
true,
"always"
Expand Down Expand Up @@ -80,11 +77,7 @@
"check-open-brace",
"check-whitespace"
],
"quotemark": [
true,
"single",
"avoid-escape"
],
"quotemark": false,
"radix": false,
"semicolon": true,
"triple-equals": [
Expand Down

0 comments on commit b020e06

Please sign in to comment.