summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Bootstrap/resources/bootstrap/grunt/.jshintrc
blob: 0ea0495e9ac1a9cb1c0c770cb196fdad32a1422a (plain)
1
2
3
4
5
6
7
{
  "extends" : "../js/.jshintrc",
  "asi"     : false,
  "browser" : false,
  "es3"     : false,
  "node"    : true
}