Unverified Commit 56bab054 authored by irwinsun's avatar irwinsun Committed by GitHub
Browse files

Merge pull request #5295 from lockiechen/issue_5292_1.5

refactor: fix eslint-parser
fix #5292
parents 12877088 d7cbba98
Showing with 63 additions and 7 deletions
+63 -7
......@@ -26,8 +26,9 @@
// eslint-plugin-vue 5.2.2
module.exports = {
root: true,
parser: 'vue-eslint-parser',
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 2020,
sourceType: 'module'
},
env: {
......
......@@ -14,7 +14,7 @@
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-lodash": "^3.3.2",
......
{
"name": "devops-experience",
"version": "1.0.1",
"description": "",
"dependencies": {
"vue-property-decorator": "^6.0.0",
"vuex-class": "^0.3.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"expose-loader": "^0.7.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"url-loader": "^1.0.1",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.8.1",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4"
},
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --mode development",
"public:dev": "cross-env NODE_ENV=dev webpack --mode production",
"public:test": "cross-env NODE_ENV=test webpack --mode production",
"public:master": "cross-env NODE_ENV=master webpack --mode production",
"public:external": "cross-env NODE_ENV=external webpack --mode production"
},
"repository": {
"type": "git",
"url": "http://gitlab-paas.open.oa.com/devops-fe/devops-experience"
},
"gitHead": "afc92dde9341d36ec28514ede9e7cca0af3edb1b"
}
......@@ -10,7 +10,7 @@
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^7.1.4",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-lodash": "^3.3.2",
......
......@@ -2,16 +2,17 @@
"name": "root",
"private": true,
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"chalk": "^4.0.0",
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"husky": "^3.0.7",
"lerna": "3.17.0",
"lint-staged": "^10.2.11",
"node-fetch": "^2.6.0",
"ora": "^3.4.0",
"husky": "^3.0.7",
"lint-staged": "^10.2.11",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1"
"vue-eslint-parser": "^7.11.0"
},
"scripts": {
"start": "lerna bootstrap",
......
Supports Markdown
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