We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jasmine
.jshintrc
1 parent f37089a commit 8e21ce9Copy full SHA for 8e21ce9
app/templates/client/.jshintrc
@@ -22,7 +22,8 @@
22
"console": true,
23
"$": true,
24
"_": true,
25
- "moment": true,
+ "moment": true,<% if (filters.jasmine) { %>
26
+ "jasmine": true,<% } %>
27
"describe": true,
28
"beforeEach": true,
29
"module": true,
app/templates/server/.jshintrc-spec
@@ -1,6 +1,7 @@
1
{
2
"extends": ".jshintrc",
3
- "globals": {
+ "globals": {<% if (filters.jasmine) { %>
4
5
6
"it": true,
7
"before": true,
0 commit comments