Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Commit

Permalink
fix(codeclimate): Diable tslint engine due to tkqubo/codeclimate-tsli…
Browse files Browse the repository at this point in the history
…nt#26

Can be turned back once tkqubo/codeclimate-tslint#23 is done
  • Loading branch information
gund committed Jan 2, 2018
1 parent 84d7466 commit af6d813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ engines:
languages:
- typescript
tslint:
enabled: true
enabled: false
fixme:
enabled: true
ratings:
Expand Down

0 comments on commit af6d813

Please sign in to comment.