aboutsummaryrefslogtreecommitdiffhomepage
path: root/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to '.jshintrc')
-rw-r--r--.jshintrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.jshintrc b/.jshintrc
new file mode 100644
index 0000000..174ffa3
--- /dev/null
+++ b/.jshintrc
@@ -0,0 +1,7 @@
1{
2 "node": true,
3 "browser": true,
4 "unused": true,
5 "globalstrict": true,
6 "predef": [ "angular", "$", "describe", "it", "before", "after" ]
7}