diff options
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index b86372955e4..be6da20033a 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -6,7 +6,9 @@ module.exports = { $: true, moment: true, escapeHTML: true, - oc_userconfig: true + oc_userconfig: true, + dayNames: true, + firstDay: true }, extends: ['nextcloud'] } |