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:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-12-17 13:45:13 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-03-31 13:17:18 +0300
commit91510d95f15b5b84482b5700b04d229db28fbdff (patch)
tree5c8f3a69c45f297501a20eddfb30edcbfe996573 /.eslintrc.js
parent89cf1cb33a25952cd1098cf4f2d9919f20a365a2 (diff)
Add js files to license
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 0315c64d760..000c46b1a81 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -8,7 +8,7 @@ module.exports = {
escapeHTML: true,
oc_userconfig: true,
dayNames: true,
- firstDay: true
+ firstDay: true,
},
extends: ['@nextcloud'],
rules: {