mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
FIX linting
This commit is contained in:
parent
1eb78284de
commit
c75cba2430
@ -8,7 +8,6 @@
|
||||
"test": "jest",
|
||||
"start": "rax-scripts start",
|
||||
"build": "rax-scripts build",
|
||||
"lint": "eslint --ext .js --ext .jsx ./src",
|
||||
"storybook": "start-storybook -p 9009 -s public",
|
||||
"prestorybook": "npm run test:generate-output",
|
||||
"prebuild:storybook": "npm run test:generate-output",
|
||||
@ -43,8 +42,6 @@
|
||||
"@storybook/rax": "5.1.0-alpha.34",
|
||||
"babel-eslint": "^8.2.2",
|
||||
"babel-preset-rax": "^1.0.0-beta.0",
|
||||
"eslint": "^4.18.1",
|
||||
"eslint-plugin-react": "^7.7.0",
|
||||
"rax-scripts": "^1.0.0-beta.10",
|
||||
"rax-test-renderer": "^0.6.5",
|
||||
"stylesheet-loader": "^0.6.5"
|
||||
|
@ -3,6 +3,7 @@ import { storiesOf } from '@storybook/rax';
|
||||
import { withTests } from '@storybook/addon-jest';
|
||||
import App from '../components/App';
|
||||
import Welcome from '../components/Welcome';
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
import results from '../../jest-test-results.json';
|
||||
|
||||
storiesOf('Addon|addon-jest', module)
|
||||
|
@ -1,6 +1,4 @@
|
||||
/* eslint-disable react/react-in-jsx-scope */
|
||||
/* eslint-disable react/prop-types, jsx-a11y/anchor-is-valid */
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
/* eslint-disable react/react-in-jsx-scope, react/prop-types, jsx-a11y/anchor-is-valid */
|
||||
import { createElement } from 'rax';
|
||||
import View from 'rax-view';
|
||||
import Text from 'rax-text';
|
||||
|
@ -1,5 +1,4 @@
|
||||
/* eslint-disable react/react-in-jsx-scope */
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
import { createElement } from 'rax';
|
||||
import { storiesOf } from '@storybook/rax';
|
||||
import { action } from '@storybook/addon-actions';
|
||||
|
Loading…
x
Reference in New Issue
Block a user