aboutsummaryrefslogtreecommitdiffhomepage
path: root/.jshintrc
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2015-06-27 15:39:28 +0200
committerJohannes Zellner <johannes@nebulon.de>2015-06-27 15:39:28 +0200
commitca2d3b4df536086a81d3dcc2203f23c2b4c8f822 (patch)
tree95b7d8cfbdbaa065f09c4756d8a72b92b974c885 /.jshintrc
downloadSurfer-ca2d3b4df536086a81d3dcc2203f23c2b4c8f822.tar.gz
Surfer-ca2d3b4df536086a81d3dcc2203f23c2b4c8f822.tar.zst
Surfer-ca2d3b4df536086a81d3dcc2203f23c2b4c8f822.zip
initial commit
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}