FIX linting

This commit is contained in:
Norbert de Langen 2019-04-26 14:54:55 +02:00
parent 1eb78284de
commit c75cba2430
5 changed files with 160 additions and 1839 deletions

View File

@ -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"

View File

@ -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)

View File

@ -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';

View File

@ -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';

1990
yarn.lock

File diff suppressed because it is too large Load Diff