summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}
}