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

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

Build:
DEFAULT BRANCH: master
Ran 29 Aug 2020 06:06AM 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: 97.476% (+0.001%) from 97.475%
TEST=true ESLINT=7

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.

4599 of 4858 branches covered (94.67%)

5446 of 5587 relevant lines covered (97.48%)

540.78 hits per line

Source Files on job 4452.1 (TEST=true ESLINT=7)
  • 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.1
  • 911f66ee on github
  • Prev Job for TEST=true ESLINT=7 on master (#4449.1)
  • Next Job for TEST=true ESLINT=7 on master (#4460.1)
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