Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-03-25 12:38:16 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-03-25 13:53:59 +0300
commit6af1ed8cb32cff0ba384db33ba19540b0ac8ba6a (patch)
treeefa3660dd0bb9ef3d3260201306d406688eeb1ce /package.json
parentba14c41a1ca39624040282ab9082fff7aa09bff6 (diff)
Update eslint and switch to @nextcloud packages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index c26cd14e544..51f8301719f 100644
--- a/package.json
+++ b/package.json
@@ -86,21 +86,21 @@
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@nextcloud/browserslist-config": "^1.0.0",
+ "@nextcloud/eslint-config": "^2.0.0",
+ "@nextcloud/eslint-plugin": "^1.1.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"chai": "^4.2.0",
"css-loader": "^3.4.1",
- "eslint": "^5.16.0",
- "eslint-config-nextcloud": "0.1.1",
+ "eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
- "eslint-plugin-nextcloud": "^0.3.0",
- "eslint-plugin-node": "^10.0.0",
+ "eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
- "eslint-plugin-vue": "^5.2.3",
+ "eslint-plugin-vue": "^6.2.2",
"exports-loader": "^0.7.0",
"file-loader": "^6.0.0",
"handlebars-loader": "^1.7.1",