File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
19
# eslint-plugin-jsx-a11y
2
20
3
21
A static analysis linter of jsx and its accessibility to all users.
You can’t perform that action at this time.
0 commit comments