summaryrefslogtreecommitdiffstats
path: root/d2ice.att.io/test/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'd2ice.att.io/test/.jshintrc')
-rwxr-xr-xd2ice.att.io/test/.jshintrc18
1 files changed, 18 insertions, 0 deletions
diff --git a/d2ice.att.io/test/.jshintrc b/d2ice.att.io/test/.jshintrc
new file mode 100755
index 00000000..b2ce4eff
--- /dev/null
+++ b/d2ice.att.io/test/.jshintrc
@@ -0,0 +1,18 @@
+{
+ "bitwise": true,
+ "browser": true,
+ "curly": true,
+ "eqeqeq": true,
+ "esnext": true,
+ "jasmine": true,
+ "latedef": true,
+ "noarg": true,
+ "node": true,
+ "strict": true,
+ "undef": true,
+ "unused": true,
+ "globals": {
+ "angular": false,
+ "inject": false
+ }
+}