JSHint: Re-order jshintrc options to split common from project settings
authorTimo Tijhof <krinklemail@gmail.com>
Sat, 13 Apr 2013 06:47:00 +0000 (08:47 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Sat, 13 Apr 2013 06:48:41 +0000 (08:48 +0200)
commit7f5df182bbc44ef35453929664a4a4641a715b71
treebc9e24f78be72319dd785acde830ceef2a3fb1e6
parente968bff54c55b532f1d316530512cfd60bba7944
JSHint: Re-order jshintrc options to split common from project settings

There are certain options required by our coding conventions.
The others are specifically overriding it for core. Either
because we have certain code that needs laxing or because we
can be stricter.

Comments can be used in jshintrc since a while now. Though
they are invalid JSON, many parsers (including JSHint) allow
them for documentation purposes.

Change-Id: I43ace21208121e866900b2cbe1efbcebadd2946a
.jshintrc