https://github.com/tkqubo/codeclimate-tslint
Code Climate TSLint-Engine
https://github.com/tkqubo/codeclimate-tslint
climate-cli climate-engine climate-tslint-engine codeclimate tslint typescript
Last synced: 28 days ago
JSON representation
Code Climate TSLint-Engine
- Host: GitHub
- URL: https://github.com/tkqubo/codeclimate-tslint
- Owner: tkqubo
- Created: 2015-12-05T14:24:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T00:21:00.000Z (about 2 years ago)
- Last Synced: 2025-10-19T06:19:02.105Z (4 months ago)
- Topics: climate-cli, climate-engine, climate-tslint-engine, codeclimate, tslint, typescript
- Language: TypeScript
- Size: 716 KB
- Stars: 41
- Watchers: 2
- Forks: 20
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Code Climate TSLint-Engine
[](https://circleci.com/gh/tkqubo/codeclimate-tslint)
[](https://codeclimate.com/github/tkqubo/codeclimate-tslint)
[](https://codeclimate.com/github/tkqubo/codeclimate-tslint/coverage)

[](http://doge.mit-license.org)
`codeclimate-tslint` is a Code Climate engine that wraps [tslint](http://palantir.github.io/tslint/). You can run it on your command line using the Code Climate CLI, or on Code Climate's hosted analysis platform.
`TSLint` is a linter for the TypeScript language.
### Installation
1. If you haven't already, [install the Code Climate CLI](https://github.com/codeclimate/codeclimate).
2. Run `codeclimate engines:enable tslint`. This command both installs the engine and enables it in your `.codeclimate.yml` file.
3. You're ready to analyze! Browse into your project's folder and run `codeclimate analyze`.
### Need help?
For help with `tslint`, [check out their documentation](http://palantir.github.io/tslint/).
If you're running into a Code Climate issue, first look over this project's [GitHub Issues](https://github.com/tkqubo/codeclimate-tslint/issues), as your question may have already been covered.