From 1dd3f621012e3764eaca8955e82d2bfa318311c1 Mon Sep 17 00:00:00 2001 From: Clark Du Date: Tue, 25 Jun 2019 11:10:18 +0100 Subject: [PATCH] chore: remove unused lint rule --- examples/storybook/stories/collection.story.js | 3 --- 1 file changed, 3 deletions(-) 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 */