Skip to content

Commit 0a232c9

Browse files
author
Josh Goldberg
authored
Used rainbow colors for README.md badges (#72)
Added an unnecessary 'blazingly fast' badge at the end to fit in purple...
1 parent 00ba52e commit 0a232c9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# tslint-to-eslint-config
22

3-
![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)
4-
![Coverage: 100%](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)
5-
[![Circle CI](https://img.shields.io/circleci/build/github/JoshuaKGoldberg/tslint-to-eslint-config.svg)](https://circleci.com/gh/JoshuaKGoldberg/tslint-to-eslint-config)
6-
[![Join the chat at https://gitter.im/tslint-to-eslint-config/community](https://badges.gitter.im/tslint-to-eslint-config/community.svg)](https://gitter.im/tslint-to-eslint-config/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3+
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-e72163.svg)](https://prettier.io)
4+
![Coverage: 100%](https://img.shields.io/badge/coverage-100%25-orange.svg)
5+
![TypeScript: Strict](https://img.shields.io/badge/typescript-strict-yellow.svg)
76
[![NPM version](https://badge.fury.io/js/tslint-to-eslint-config.svg)](http://badge.fury.io/js/tslint-to-eslint-config)
8-
![TypeScript: Strict](https://img.shields.io/badge/typescript-strict-brightgreen.svg)
7+
[![Circle CI](https://img.shields.io/circleci/build/github/JoshuaKGoldberg/tslint-to-eslint-config.svg)](https://circleci.com/gh/JoshuaKGoldberg/tslint-to-eslint-config)
8+
[![Join the chat at https://gitter.im/tslint-to-eslint-config/community](https://img.shields.io/badge/chat-gitter-informational.svg)](https://gitter.im/tslint-to-eslint-config/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9+
[![Code Style: Prettier](https://img.shields.io/badge/speed-blazingly_fast-blueviolet.svg)](https://prettier.io)
910

1011
Converts your TSLint configuration to the closest possible ESLint equivalent.
1112

0 commit comments

Comments
 (0)