summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@pm.me>2020-03-24 10:28:39 +0100
committerMarco Ambrosini <marcoambrosini@pm.me>2020-03-24 10:28:39 +0100
commit55ffce1bafe12583c2171b0fad990835bb40d361 (patch)
tree1758aa8f9878b3c21738d56a4ab64031a8369393
parent3c647e872aceea76b8bd4008032488909019a1f2 (diff)
Install new eslint package
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
-rw-r--r--.eslintrc.js2
-rw-r--r--package-lock.json9
-rw-r--r--package.json3
3 files changed, 4 insertions, 10 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index b3332342d..949fe0148 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,5 +1,5 @@
module.exports = {
extends: [
- 'nextcloud'
+ '@nextcloud'
],
}
diff --git a/package-lock.json b/package-lock.json
index 15841fbf5..2873f324d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2745,7 +2745,8 @@
"@nextcloud/eslint-config": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/eslint-config/-/eslint-config-1.2.0.tgz",
- "integrity": "sha512-aI89LvMy/NoJBlaO45RGGIh/mzRwNpykUqi8RV+5p1oWu4qSe3V2mF/TAt/hWRZf5h1p+Wh95fiZ8XGlECrySA=="
+ "integrity": "sha512-aI89LvMy/NoJBlaO45RGGIh/mzRwNpykUqi8RV+5p1oWu4qSe3V2mF/TAt/hWRZf5h1p+Wh95fiZ8XGlECrySA==",
+ "dev": true
},
"@nextcloud/event-bus": {
"version": "1.1.3",
@@ -7959,12 +7960,6 @@
}
}
},
- "eslint-config-nextcloud": {
- "version": "0.1.1",
- "resolved": "https://registry.npmjs.org/eslint-config-nextcloud/-/eslint-config-nextcloud-0.1.1.tgz",
- "integrity": "sha512-/1VAkt7Y/m63eZfBiYkSzZMwQtmz0DFXuJnLebrzIY1GtpIj/Y3c//j4ZDiH5o0vbdn9laIc2Mb/01DIjzvt3g==",
- "dev": true
- },
"eslint-config-standard": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz",
diff --git a/package.json b/package.json
index 5c0bb0089..fc78454c2 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,6 @@
"@nextcloud/auth": "^1.2.2",
"@nextcloud/axios": "^1.3.2",
"@nextcloud/dialogs": "^1.2.2",
- "@nextcloud/eslint-config": "^1.2.0",
"@nextcloud/initial-state": "^1.1.1",
"@nextcloud/l10n": "^1.1.0",
"@nextcloud/moment": "^1.1.0",
@@ -56,6 +55,7 @@
"@babel/preset-env": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@nextcloud/browserslist-config": "^1.0.0",
+ "@nextcloud/eslint-config": "^1.2.0",
"@vue/cli-plugin-unit-jest": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/test-utils": "^1.0.0-beta.32",
@@ -64,7 +64,6 @@
"babel-plugin-add-module-exports": "^1.0.2",
"css-loader": "^3.4.2",
"eslint": "^5.16.0",
- "eslint-config-nextcloud": "^0.1.1",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-loader": "^3.0.3",