diff options
Diffstat (limited to 'd2ice.att.io/.jshintrc')
-rwxr-xr-x | d2ice.att.io/.jshintrc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/d2ice.att.io/.jshintrc b/d2ice.att.io/.jshintrc deleted file mode 100755 index 4572e5d3..00000000 --- a/d2ice.att.io/.jshintrc +++ /dev/null @@ -1,16 +0,0 @@ -{ - "bitwise": true, - "browser": true, - "curly": true, - "eqeqeq": true, - "esnext": true, - "latedef": true, - "noarg": true, - "node": true, - "strict": true, - "undef": true, - "unused": true, - "globals": { - "angular": false - } -} |