diff options
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js new file mode 100644 index 00000000000..b86372955e4 --- /dev/null +++ b/.eslintrc.js @@ -0,0 +1,12 @@ +module.exports = { + globals: { + __webpack_nonce__: true, + __webpack_public_path__: true, + _: true, + $: true, + moment: true, + escapeHTML: true, + oc_userconfig: true + }, + extends: ['nextcloud'] +} |