You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2019. It is now read-only.
An sbt plugin for tslint. It will statically check your typescript files for error prone code.
By default linting occurs as part of your project's tslint task. Both src/main/assets/**/*.ts and
src/test/assets/**/*.ts sources are linted.
The rules that will be checked in your project can be specified with a tslint.json file.
Installing
To use this plugin use the addSbtPlugin command within your project's plugins.sbt (or as a global setting) i.e.:
upgrades webjars-locator, sbt-web and sbt-js-engine
v3.13.0
follows tslint version nr
adds support for ts 2 in combination with codelyzer
v0.9.7
fixes ng2 linting
v0.9.6
add convenience setting for ng2 lint rules.
v0.9.5
upgrades to typescript 1.8.10
extended example tslint.json with eslint configurations
v0.9.4
upgrades to typescript 1.8.7 and tslint 3.6.0
v0.9.3
allows for comments in the tslint.json
v0.9.1_01
Fixes a bug in the tslint-eslint example.
v0.9.1
support for configuring different rules directories, different formatters, different formatter directories.
convenience setting for tslint-eslint-rules rules. See the example build.sbt for an example of how to use these rules that lint both ES6 and Typescript.