From 6878e783486b7c64381fc2578b394b0de46f6fbe Mon Sep 17 00:00:00 2001 From: Roman Sedov Date: Mon, 5 Aug 2019 11:16:18 +0300 Subject: [PATCH] docs: add codestyle badge (#10) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca8c396..4ac5ea6 100644 --- a/README.md +++ b/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: @@ -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`.