diff options
Diffstat (limited to 'd2ice.att.io/test/.jshintrc')
-rwxr-xr-x | d2ice.att.io/test/.jshintrc | 18 |
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 - } -} |