diff --git a/examples/storybook/stories/collection.story.js b/examples/storybook/stories/collection.story.js index 8e2355e2d886..46f64e045ebd 100644 --- a/examples/storybook/stories/collection.story.js +++ b/examples/storybook/stories/collection.story.js @@ -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' @@ -226,5 +225,3 @@ storiesOf('Features/ Addon Knobs', module) ` } }) - -/* eslint-enable react/react-in-jsx-scope */