Grunt: Clean up outdated information
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 4 Jun 2014 03:02:55 +0000 (05:02 +0200)
committerKrinkle <krinklemail@gmail.com>
Wed, 4 Jun 2014 03:05:47 +0000 (03:05 +0000)
commit584dd753161fe5050d47d1ce1b62e9078573ff62
tree9d4518ac3bae02c297ceab2f9f1bc664e81384ff
parent6a7498bf634c803e31ebc6f0b3b6a2b92801a1ca
Grunt: Clean up outdated information

* Use jshintrc:true which lets grunt defer autodiscovery of the file
  to jshint instead of forcing it to '.jshintrc'. This also us to
  override certain settings from a subdirectory, to match behaviour
  of standalone jshint.

* Remove comments about "Known issues" in node-jscs, those have
  been fixed a while back and were applied when we updated jscs
  in df8c455.

* Match load order.

* Use plain string instead of single-value array.

Change-Id: I7fd8db63ba164de705239c4b419de446ca7d6809
tests/frontend/Gruntfile.js