Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 619 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 619 Bytes

arc-tslint integrates the TypeScript Linter TSLint (https://palantir.github.io/tslint/) into Arcanist. This allows linting TypeScript files directly through Arcanist

Arcanist is the command-line tool for Phabricator

Installation

The libary has to be loaded in the .arcconfig:

{
  "load": [
    ".arc/arc-tslint"
  ]
}

where '.arc/arc-tslint' is the path to this repository.

Then add tslint to your .arclint

LICENSE

arc-tslint is released under the Apache 2.0 license except as otherwise noted.