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 0692d72e88a..77f9e9f143d 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -24,6 +24,9 @@
"afterEach": true,
"sinon": true,
"fakeServer": true,
- "_": true
+ "_": true,
+ "OC": true,
+ "t": true,
+ "n": true
}
}