diff --git a/package-lock.json b/package-lock.json index 48a6711e..248696ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3022,12 +3022,6 @@ "integrity": "sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==", "dev": true }, - "eslint-plugin-standard": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-5.0.0.tgz", - "integrity": "sha512-eSIXPc9wBM4BrniMzJRBm2uoVuXz2EPa+NXPk2+itrVt+r5SbKFERx/IgrK/HmfjddyKVz2f+j+7gBRvu19xLg==", - "dev": true - }, "eslint-plugin-vue": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.1.0.tgz", diff --git a/package.json b/package.json index 036527f0..f8c74fb3 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", - "eslint-plugin-standard": "^5.0.0", "eslint-plugin-vue": "^7.1.0", "gh-pages": "^3.1.0", "husky": "^4.3.0",