js -> jsx
Showing
| ... | ... | @@ -9,7 +9,7 @@ |
| "build": "NODE_ENV=production webpack", | ||
| "build-storybook": "build-storybook", | ||
| "deploy-storybook": "storybook-to-ghpages", | ||
| "lint": "eslint .", | ||
| "lint": "eslint --ext .js --ext .jsx .", | ||
| "prestart": "install-self-peers", | ||
| "poststop": "yarn install", | ||
| "start": "start-storybook -p 6006" | ||
| ... | ... | @@ -32,6 +32,7 @@ |
| "eslint": "^3.19.0", | ||
| "eslint-config-airbnb": "^14.1.0", | ||
| "eslint-config-edx": "^2.0.1", | ||
| "eslint-import-resolver-webpack": "^0.8.1", | ||
| "eslint-plugin-jsx-a11y": "^4.0.0", | ||
| "eslint-plugin-react": "^6.10.3", | ||
| "react-router-dom": "^4.1.1", | ||
| ... | ... |
File moved
File moved
File moved
File moved
File moved
Please
register
or
sign in
to comment