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

yannickcr / eslint-plugin-react / 4452 / 8
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2020 06:08AM UTC
Files 107
Run time 2min
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

28 Aug 2020 03:41PM UTC coverage: 95.597% (-0.02%) from 95.613%
TEST=true ESLINT=4

push

travis-ci

ljharb
[Fix] `jsx-uses-react`: mark fragment variables as used

This allows to use the following syntax:

```jsx
import { createElement, Fragment } from 'react';

function Component {
  return <></>;
}
```

Or more common in Preact:

```jsx
import { Fragment, h } from 'preact';

function Component {
  return <></>;
}
```

The `react.fragment` setting already existed for other rules, but it was
undocumented.

4523 of 4858 branches covered (93.1%)

5341 of 5587 relevant lines covered (95.6%)

498.38 hits per line

Source Files on job 4452.8 (TEST=true ESLINT=4)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 4223
  • Travis Job 4452.8
  • 911f66ee on github
  • Prev Job for TEST=true ESLINT=4 on master (#4449.4)
  • Next Job for TEST=true ESLINT=4 on master (#4460.4)
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