Skip to content

Commit

Permalink
docs: add codestyle badge (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Aug 5, 2019
1 parent 2c5e390 commit 6878e78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
# Tinkoff Linter Configuration [![Build](https://travis-ci.org/TinkoffCreditSystems/linters.svg?branch=master)](https://travis-ci.org/TinkoffCreditSystems/linters)
# Tinkoff Linter Configuration [![Build](https://travis-ci.org/TinkoffCreditSystems/linters.svg?branch=master)](https://travis-ci.org/TinkoffCreditSystems/linters) [![code style: @tinkoff/linters](https://img.shields.io/badge/code%20style-%40tinkoff%2Flinters-blue)](https://github.com/TinkoffCreditSystems/linters)

This repository contains configuration files for the linters we use in Tinkoff. It includes:

Expand Down Expand Up @@ -169,6 +169,14 @@ function doSomething(count: number): number {
}
```

## Badge

Show that you use `@tinkoff/linters` in your project [![code style: @tinkoff/linters](https://img.shields.io/badge/code%20style-%40tinkoff%2Flinters-blue)](https://github.com/TinkoffCreditSystems/linters)

```md
[![code style: @tinkoff/linters](https://img.shields.io/badge/code%20style-%40tinkoff%2Flinters-blue)](https://github.com/TinkoffCreditSystems/linters)
```

## Development

Run tests with `npm run test`.

0 comments on commit 6878e78

Please sign in to comment.