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 9faacfce1b9..02fbd84e6a8 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -23,6 +23,9 @@
"beforeEach": true,
"afterEach": true,
"sinon": true,
- "fakeServer": true
+ "fakeServer": true,
+ "OC": true,
+ "t": true,
+ "n": true
}
}