• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

evcohen / eslint-plugin-jsx-a11y / 1627 / 8
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: greenkeeper/eslint-plugin-flowtype-5.0.0
DEFAULT BRANCH: master
Ran 07 Nov 2018 05:52PM UTC
Files 92
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Nov 2018 05:47PM UTC coverage: 99.442%. Remained the same
ESLINT=3

Pull #500

travis-ci

web-flow
More easier `plugin:jsx-a11y/{recommended,strict}` configs

This makes setting `plugins` unnecessary when using `plugin:jsx-a11y/***` configs.

Before
------

```json
{
  "extends": ["plugin:jsx-a11y/recommended"],
  "plugins": ["jsx-a11y"]
}
```

After
-----

```json
{
  "extends": ["plugin:jsx-a11y/recommended"]
}
```

For example, `eslint-plugin-react` has a similar behavior:

https://github.com/yannickcr/eslint-plugin-react/blob/3008e8555/index.js#L117
Pull Request #500: More easier `plugin:jsx-a11y/{recommended,strict}` configs

790 of 805 branches covered (98.14%)

1069 of 1075 relevant lines covered (99.44%)

1007.77 hits per line

Source Files on job 1627.8 (ESLINT=3)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1572
  • Travis Job 1627.8
  • fac9a4cb on github
  • Prev Job for ESLINT=3 on set-plugins-to-configs (#1612.7)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc