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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2020-02-11 20:05:50 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-02-11 20:09:41 +0300
commit882dbb87f17c783ba6b542a057e4a26f98317a7b (patch)
tree85aafd3ff78cccab7baa3b67e463677d713bc56f /.eslintrc.js
parentf8ccab7ecb6119cebe1f58fb0bd60756b25dc282 (diff)
update to @nextcloud/eslint-config
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 62d9f8a1..7e0a54ea 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,6 +1,6 @@
module.exports = {
extends: [
- 'nextcloud',
+ '@nextcloud',
],
globals: {
$: 'readonly',