summaryrefslogtreecommitdiffstats
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-25 08:53:33 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-02-25 09:01:01 +0100
commit8bb509c9374f077b5cf0c831cacac4c6c9fb2827 (patch)
treef7b92d962a72686f01f26f2dd20727e216f110ae /.eslintrc.js
parent9cfef7c64d99f36af4f925362e3a1e1c0f214fe4 (diff)
@nextcloud/eslint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
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 f4cb547a..f4cdaeac 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -4,6 +4,6 @@ module.exports = {
appVersion: true
},
extends: [
- 'nextcloud'
+ '@nextcloud'
]
}