chore: remove unused lint rule

This commit is contained in:
Clark Du 2019-06-25 11:10:18 +01:00
parent 445584f738
commit 1dd3f62101
No known key found for this signature in database
GPG Key ID: D0E5986AF78B86D9

View File

@ -1,4 +1,3 @@
/* eslint-disable react/react-in-jsx-scope */
import Vuex from 'vuex' import Vuex from 'vuex'
import { storiesOf } from '@storybook/vue' import { storiesOf } from '@storybook/vue'
import { action } from '@storybook/addon-actions' import { action } from '@storybook/addon-actions'
@ -226,5 +225,3 @@ storiesOf('Features/ Addon Knobs', module)
` `
} }
}) })
/* eslint-enable react/react-in-jsx-scope */