Skip to content

Commit 03cb43e

Browse files
author
Ethan Cohen
committed
Add badges to README
1 parent 614702f commit 03cb43e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
<p align="center">
2+
<a href="https://travis-ci.org/evcohen/eslint-plugin-jsx-a11y">
3+
<img src="https://api.travis-ci.org/evcohen/eslint-plugin-jsx-a11y.svg?branch=master"
4+
alt="build status">
5+
</a>
6+
<a href="https://npmjs.org/package/eslint-plugin-jsx-a11y">
7+
<img src="https://img.shields.io/npm/v/eslint-plugin-jsx-a11y.svg"
8+
alt="npm version">
9+
</a>
10+
<a href="https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/LICENSE">
11+
<img src="https://img.shields.io/npm/l/eslint-plugin-jsx-a11y.svg"
12+
alt="license">
13+
</a>
14+
<a href='https://coveralls.io/github/evcohen/eslint-plugin-jsx-a11y?branch=master'>
15+
<img src='https://coveralls.io/repos/github/evcohen/eslint-plugin-jsx-a11y/badge.svg?branch=master' alt='Coverage Status' />
16+
</a>
17+
</p>
18+
119
# eslint-plugin-jsx-a11y
220

321
A static analysis linter of jsx and its accessibility to all users.

0 commit comments

Comments
 (0)