Skip to content

Commit

Permalink
fix(stories): fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Nov 28, 2017
1 parent 1cfb81d commit 9721aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stories/ReactRouterDemo.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/no-find-dom-node */
import React from 'react'
import {findDOMNode} from 'react-dom'
import {HashRouter as Router, Route} from 'react-router-dom'
Expand Down
1 change: 1 addition & 0 deletions stories/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable react/no-find-dom-node */
import React from 'react'
import {findDOMNode} from 'react-dom'
import { storiesOf } from '@storybook/react'
Expand Down

0 comments on commit 9721aa1

Please sign in to comment.