update: eslint
Showing
This diff is collapsed.
Click to expand it.
... | ... | @@ -5,7 +5,7 @@ |
"author": "", | ||
"private": true, | ||
"scripts": { | ||
"dev": "webpack server --progress --config build/webpack.dev.conf.js", | ||
"dev": "webpack server --env NODE_ENV=development --progress --config build/webpack.dev.conf.js", | ||
"start": "npm run dev", | ||
"build": "node build/build.js", | ||
"format": "onchange 'test/**/*.js' 'src/**/*.js' 'src/**/*.vue' -- prettier --write {{changed}}" | ||
... | ... | @@ -51,6 +51,11 @@ |
"css-loader": "6.5.1", | ||
"css-minimizer-webpack-plugin": "3.1.3", | ||
"eslint": "8.2.0", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.1", | ||
"eslint-plugin-vue": "^8.0.3", | ||
"eslint-webpack-plugin": "^3.1.1", | ||
"html-webpack-plugin": "5.5.0", | ||
"mini-css-extract-plugin": "2.4.4", | ||
... | ... |
Please
register
or
sign in
to comment