Skip to content

Commit

Permalink
docs: add install command to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliaTsareva authored Jan 17, 2019
1 parent 9d7c716 commit 3ea2ed1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This repository contains configuration files for the linters we use in Tinkoff.

## Install

```
$ npm install @tinkoff/linters --save-dev
```

You don't need to install `tslint` and `stylelint`, they are added as dependencies of `@tinkoff/linters` and will be installed automatically.

## How to use
Expand Down

0 comments on commit 3ea2ed1

Please sign in to comment.