handleEslint
Showing
| ... | @@ -7,7 +7,10 @@ | ... | @@ -7,7 +7,10 @@ |
| "scripts": { | "scripts": { | ||
| "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", | ||
| "start": "npm run dev", | "start": "npm run dev", | ||
| "build": "node build/build.js" | "build": "node build/build.js", | ||
| "lint": "eslint src", | |||
| "lint:create": "eslint --init", | |||
| "lint:fix": "eslint src --fix" | |||
| }, | }, | ||
| "transformModules": { | "transformModules": { | ||
| "cube-ui": { | "cube-ui": { | ||
| ... | @@ -61,6 +64,7 @@ | ... | @@ -61,6 +64,7 @@ |
| "copy-webpack-plugin": "^4.5.0", | "copy-webpack-plugin": "^4.5.0", | ||
| "cross-env": "^5.0.1", | "cross-env": "^5.0.1", | ||
| "css-loader": "^0.28.0", | "css-loader": "^0.28.0", | ||
| "eslint": "^5.9.0", | |||
| "eventsource-polyfill": "^0.9.6", | "eventsource-polyfill": "^0.9.6", | ||
| "extract-text-webpack-plugin": "^3.0.0", | "extract-text-webpack-plugin": "^3.0.0", | ||
| "file-loader": "^1.1.4", | "file-loader": "^1.1.4", | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment