diff options
Diffstat (limited to 'd2ice.att.io/.jshintrc')
-rwxr-xr-x | d2ice.att.io/.jshintrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/d2ice.att.io/.jshintrc b/d2ice.att.io/.jshintrc new file mode 100755 index 00000000..4572e5d3 --- /dev/null +++ b/d2ice.att.io/.jshintrc @@ -0,0 +1,16 @@ +{ + "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 + } +} |