summaryrefslogtreecommitdiff
path: root/web-ui/.jshintrc
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-01-12 20:08:00 -0200
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-01-12 20:08:15 -0200
commit6f6f8a338ec460aea761de320aaccc25b0eb2d42 (patch)
tree9442094d5e63be6d824c455424cc60c58ae5ad4d /web-ui/.jshintrc
parentcd741c3cb6a9c64ad30257240565be884e9084ae (diff)
Improve jshint configuration
Diffstat (limited to 'web-ui/.jshintrc')
-rw-r--r--web-ui/.jshintrc13
1 files changed, 6 insertions, 7 deletions
diff --git a/web-ui/.jshintrc b/web-ui/.jshintrc
index 210e9d99..c56e2bd2 100644
--- a/web-ui/.jshintrc
+++ b/web-ui/.jshintrc
@@ -19,20 +19,19 @@
"trailing": true,
"undef": false,
"validthis": true,
+ "jasmine": true,
"predef": [
"$",
"jQuery",
- "before",
- "beforeEach",
"define",
- "describe",
"describeComponent",
"describeMixin",
- "expect",
- "it",
"requirejs",
"setupComponent",
- "spyOn",
- "spyOnEvent"
+ "spyOnEvent",
+ "_",
+ "Pixelated",
+ "Handlebars",
+ "Bloodhound"
]
}