diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-12-17 11:45:13 +0100 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-03-31 12:17:18 +0200 |
commit | 91510d95f15b5b84482b5700b04d229db28fbdff (patch) | |
tree | 5c8f3a69c45f297501a20eddfb30edcbfe996573 /.eslintrc.js | |
parent | 89cf1cb33a25952cd1098cf4f2d9919f20a365a2 (diff) | |
download | nextcloud-server-91510d95f15b5b84482b5700b04d229db28fbdff.tar.gz nextcloud-server-91510d95f15b5b84482b5700b04d229db28fbdff.zip |
Add js files to license
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 2 |
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: { |