This repository was archived by the owner on Apr 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# flycheck-typescript-tslint
22
33[ ![ License GPL 3] ( https://img.shields.io/badge/license-GPL_3-green.svg?dummy )] ( https://github.com/Simplify/flycheck-typescript-tslint/blob/master/COPYING )
4+ [ ![ MELPA] ( http://melpa.org/packages/flycheck-typescript-tslint-badge.svg )] ( http://melpa.org/#/flycheck-typescript-tslint )
45
56This is extension for [ Flycheck] ( http://www.flycheck.org/ ) .
67It uses [ TSLint] ( https://github.com/palantir/tslint ) - a linter for the TypeScript language and
@@ -12,11 +13,11 @@ warns you about stylistic and programming errors.
1213
1314### Melpa
1415
15- Working on it.. .
16+ Package in available on [ Melpa ] ( https://melpa.org/#/flycheck-typescript-tslint ) .
1617
1718### Manual install
1819
19- Until Melpa is sorted out place flycheck-typescript-tslint.el somewhere on your system and load it.
20+ Just place flycheck-typescript-tslint.el somewhere on your system and load it.
2021You'll need to have flycheck and typescript-mode installed.
2122
2223``` cl
@@ -40,6 +41,7 @@ If you use [tide](https://github.com/ananthakumaran/tide) add following in `init
4041## Usage
4142
4243Just open any file that is handled by typescript-mode.
44+ If you are using ` tide ` , see remark above.
4345
4446### TSLint installation
4547
You can’t perform that action at this time.
0 commit comments