From 15801883ad396f9b2a7261762ac5a5a7ced114be Mon Sep 17 00:00:00 2001 From: sakura-flutter <28331128+sakura-flutter@users.noreply.github.com> Date: Mon, 23 Nov 2020 22:03:44 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4eslint-plugin-standa?= =?UTF-8?q?rd=E5=8C=85=20[=E5=9B=A0=E4=B8=BAstandard=20and=20eslint-config?= =?UTF-8?q?-standard16+=20=E4=B8=8D=E5=86=8D=E9=9C=80=E8=A6=81](https://gi?= =?UTF-8?q?thub.com/standard/standard/issues/1316)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 ------ package.json | 1 - 2 files changed, 7 deletions(-) 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",