Skip to content

Commit

Permalink
chore: remove unused lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Jun 25, 2019
1 parent 445584f commit 1dd3f62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/storybook/stories/collection.story.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable react/react-in-jsx-scope */
import Vuex from 'vuex'
import { storiesOf } from '@storybook/vue'
import { action } from '@storybook/addon-actions'
Expand Down Expand Up @@ -226,5 +225,3 @@ storiesOf('Features/ Addon Knobs', module)
`
}
})

/* eslint-enable react/react-in-jsx-scope */

0 comments on commit 1dd3f62

Please sign in to comment.