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, 0 insertions, 18 deletions
diff --git a/d2ice.att.io/test/.jshintrc b/d2ice.att.io/test/.jshintrc
deleted file mode 100755
index b2ce4eff..00000000
--- a/d2ice.att.io/test/.jshintrc
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "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
- }
-}