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:
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js12
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']
+}