— To migrate an existing account, please see our Migration Guide.
Language / Framework: TypeScript
Categories: Readability, Maintainability, Functionality
TSLint Version: 5.17.0
TSLint is a linter for the TypeScript language.
codeclimate-tslint
is a Code Climate engine that wraps TSLint. You can run it on your command line using the Code Climate CLI, or on Code Climate's hosted analysis platform.
To enable TSLint analysis on Code Climate's hosted platform, add the following to your .codeclimate.yml configuration file:
plugins:
tslint:
enabled: true
config: tslint.json
To run TSLint on the command line using the Code Climate CLI:
.codeclimate.yml
file to enable the plugin (as shown above).codeclimate analyze
.The official TSLint documentation has information about each of the checks the tool performs on your TypeScript code.
" style="margin-left:31px" class="rm-Markdown markdown-body rm-Markdown markdown-body ng-non-bindable" data-testid="RDMD">Code Climate Quality is being replaced with Qlty Cloud
— New users should sign up directly at qlty.sh.
— To migrate an existing account, please see our Migration Guide.
Language / Framework: TypeScript
Categories: Readability, Maintainability, Functionality
TSLint Version: 5.17.0
TSLint is a linter for the TypeScript language.
codeclimate-tslint
is a Code Climate engine that wraps TSLint. You can run it on your command line using the Code Climate CLI, or on Code Climate's hosted analysis platform.
To enable TSLint analysis on Code Climate's hosted platform, add the following to your .codeclimate.yml configuration file:
plugins:
tslint:
enabled: true
config: tslint.json
To run TSLint on the command line using the Code Climate CLI:
.codeclimate.yml
file to enable the plugin (as shown above).codeclimate analyze
.The official TSLint documentation has information about each of the checks the tool performs on your TypeScript code.
Updated about 2 months ago