Commit 93282707 by lichengming

修改保证项目启动

parent 9951ac00
......@@ -5,11 +5,13 @@ module.exports = {
node: true,
jquery: true
},
parser: "babel-eslint",
parser: "vue-eslint-parser",
parserOptions: {
parser: 'babel-eslint'
parser: "babel-eslint",
sourceType: "module"
},
extends: [
'@nuxtjs',
'plugin:prettier/recommended'
],
plugins: [
......@@ -17,6 +19,9 @@ module.exports = {
],
// add your custom rules here
rules: {
'nuxt/no-cjs-in-config': 'off',
'no-console': 'off',
'no-case-declarations': 'off',
"prettier/prettier": "off"
}
}
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -37,20 +37,21 @@
"nprogress": "0.2.0",
"nuxt": "^2.12.0",
"nuxt-start": "^2.12.0",
"qs": "^6.11.1",
"screenfull": "^4.2.1",
"sockjs-client": "^1.4.0",
"store2": "^2.11.0",
"string": "^3.3.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"validator": "^9.4.1",
"vue": "2.6.11",
"vue": "2.6.12",
"vue-gallery-slideshow": "^1.5.0",
"vue-i18n": "^8.15.6",
"vue-quill-editor": "^3.0.6",
"vue-runtime-helpers": "^1.1.2",
"vue-server-renderer": "2.6.11",
"vue-server-renderer": "2.6.12",
"vue-signature-pad": "^1.1.18",
"vue-template-compiler": "2.6.11",
"vue-template-compiler": "2.6.12",
"vuedraggable": "^2.23.2",
"vuex": "^3.3.0",
"webstomp-client": "^1.2.6",
......@@ -58,7 +59,7 @@
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"babel-eslint": "^8.2.1",
"babel-eslint": "^8.2.6",
"element-theme": "^2.0.1",
"element-theme-chalk": "^2.9.1",
"eslint": "^5.0.1",
......@@ -76,5 +77,8 @@
"less-loader": "^4.1.0",
"nodemon": "^1.18.10",
"prettier": "1.14.3"
},
"eslintConfig": {
"parser": "babel-eslint"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment