Skip to content

Commit

Permalink
Don't use TSLint
Browse files Browse the repository at this point in the history
It's stupid. Needed to disable almost all the rules anyway. ESLint does it better.
  • Loading branch information
Ian Paschal committed Sep 5, 2018
1 parent 9db1e58 commit 1fecf3c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .codeclimate.yml
Expand Up @@ -24,11 +24,8 @@ checks:
config:
threshold: 4
engines:
tslint:
eslint:
enabled: true
checks:
indent:
enabled: false
exclude_patterns:
- ".*"
- ".**/**"
Expand Down

0 comments on commit 1fecf3c

Please sign in to comment.