Skip to content

Commit

Permalink
Greenkeeper/@spotify/eslint config react 6.0.0 (#228)
Browse files Browse the repository at this point in the history
* chore(package): update @spotify/eslint-config-react to version 6.0.0

Closes #220

* chore(package): update lockfile package-lock.json

* fix lint errors

Co-authored-by: greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>
  • Loading branch information
acmei and greenkeeper[bot] authored Jan 29, 2020
1 parent 63ec2f4 commit 747d72b
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 98 deletions.
4 changes: 2 additions & 2 deletions docs/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const App = () => (
<div className="row docs-home">
<Nav />
<div className="col-md-10">
<Route exact path={'/'} component={Home} />
<Route exact path="/" component={Home} />
{allComponents.map((c, i) => (
<Route path={c.path} component={c.Component} key={i} />
))}
Expand Down Expand Up @@ -326,7 +326,7 @@ class MultipleXYExample extends React.Component {
yEnd={([i, j]) => j + 0.1}
/* eslint-enable */
colors={['#d0d1e6', '#016450']}
interpolator={'lab'}
interpolator="lab"
/>

<AreaHeatmap
Expand Down
Loading

0 comments on commit 747d72b

Please sign in to comment.