Merge branch 'leipert-gitlab-eslint-plugin' into 'master'
Migrate to @gitlab/eslint-plugin See merge request gitlab-org/gitlab!27415
Showing
... | @@ -146,7 +146,7 @@ | ... | @@ -146,7 +146,7 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.8.3", | "@babel/plugin-transform-modules-commonjs": "^7.8.3", | ||
"@gitlab/eslint-config": "^3.0.0", | "@gitlab/eslint-plugin": "^2.0.0", | ||
"@vue/test-utils": "^1.0.0-beta.30", | "@vue/test-utils": "^1.0.0-beta.30", | ||
"axios-mock-adapter": "^1.15.0", | "axios-mock-adapter": "^1.15.0", | ||
"babel-jest": "^24.1.0", | "babel-jest": "^24.1.0", | ||
... | @@ -215,4 +215,4 @@ | ... | @@ -215,4 +215,4 @@ |
"node": ">=10.13.0", | "node": ">=10.13.0", | ||
"yarn": "^1.10.0" | "yarn": "^1.10.0" | ||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment