Skip to content

Commit

Permalink
update jshint config
Browse files Browse the repository at this point in the history
  • Loading branch information
kimung committed Dec 19, 2017
1 parent 7a9d401 commit f480dec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"esversion": 6,
"strict": "global",
"quotmark": true,
"node": true
"node": true,
"jasmine": true
}

0 comments on commit f480dec

Please sign in to comment.