summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-01 08:57:07 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-06-01 08:57:07 +0200
commit47f9602a092ec25e82821c415a42533778d7a156 (patch)
treed9208df6ad0df7ac3ec2e70dcaba39d34e1a321f
parent3ce681e6773f0eac715a782e90d990d78882ea4a (diff)
Removed unused eslint-plugin-standard
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--package-lock.json8
-rw-r--r--package.json1
2 files changed, 1 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 43cb2c09..157f7d29 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3261,7 +3261,7 @@
"version": "git+https://github.com/nextcloud/cdav-library.git#051904cc2ba254ef8e517932ccaed663e5d2638d",
"from": "git+https://github.com/nextcloud/cdav-library.git",
"requires": {
- "core-js": "^3.11.0",
+ "core-js": "^3.13.0",
"regenerator-runtime": "^0.13.7"
}
},
@@ -4745,12 +4745,6 @@
"integrity": "sha512-bY2sGqyptzFBDLh/GMbAxfdJC+b0f23ME63FOE4+Jao0oZ3E1LEwFtWJX/1pGMJLiTtrSSern2CRM/g+dfc0eQ==",
"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.10.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.10.0.tgz",
diff --git a/package.json b/package.json
index 15330081..d62a770f 100644
--- a/package.json
+++ b/package.json
@@ -96,7 +96,6 @@
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
- "eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.10.0",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",