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 '.jshintrc')
-rw-r--r--.jshintrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc
index 0b055afde3d..19ce0606297 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -28,7 +28,10 @@
"_": true,
"OC": true,
"OCA": true,
+ "OCP": true,
"t": true,
- "n": true
+ "n": true,
+ "escapeHTML": true,
+ "Promise": true
}
}