diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-18 15:34:57 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-09-18 15:34:57 -0400 |
| commit | 1ecde45f88fa9a7a54a9a6fd8a398f3f4a8481de (patch) | |
| tree | ed0e14d0737a7361405584f93c757921513cac4d /www/lib/ionic-pullup/.jshintrc | |
| parent | 845f1ed928838bc8c3694dc0235614f28facad89 (diff) | |
pullup view in events to show event summaries across monitors
Diffstat (limited to 'www/lib/ionic-pullup/.jshintrc')
| -rw-r--r-- | www/lib/ionic-pullup/.jshintrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/lib/ionic-pullup/.jshintrc b/www/lib/ionic-pullup/.jshintrc new file mode 100644 index 00000000..6f00218e --- /dev/null +++ b/www/lib/ionic-pullup/.jshintrc @@ -0,0 +1,13 @@ +{ + "globalstrict": true, + "globals": { + "angular": false, + "describe": false, + "it": false, + "expect": false, + "beforeEach": false, + "afterEach": false, + "module": false, + "inject": false + } +}
\ No newline at end of file |
