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 /.eslintrc.js
parentba14c41a1ca39624040282ab9082fff7aa09bff6 (diff)
Update eslint and switch to @nextcloud packages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 1f5dd9468f5..0315c64d760 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -10,7 +10,7 @@ module.exports = {
dayNames: true,
firstDay: true
},
- extends: ['nextcloud'],
+ extends: ['@nextcloud'],
rules: {
'no-tabs': 'warn',
}