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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-01 07:51:29 +0300
committernpmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>2020-10-16 10:10:00 +0300
commitf612c264bbd21288e41866756bb151e133686df3 (patch)
tree364843f65670290064479d8b6385a2993bb13785 /.eslintrc.js
parent14addf399445650c53cf12238815e36ab9da5b3e (diff)
Non-cropped layout
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 00e437c1..89bcc517 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,5 +1,8 @@
module.exports = {
extends: [
'@nextcloud'
- ]
+ ],
+ globals: {
+ appName: true
+ }
};