view static/bootstrap/js/.jshintrc @ 97:fa8f18c9be9a

Made the resolver handle errors a bit better. Fixed bad behaviour with how parameters are passed and used for includes.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 21 Apr 2013 08:10:15 -0700
parents 130eccd396d8
children
line wrap: on
line source

{
    "validthis": true,
    "laxcomma" : true,
    "laxbreak" : true,
    "browser"  : true,
    "eqnull"   : true,
    "debug"    : true,
    "devel"    : true,
    "boss"     : true,
    "expr"     : true,
    "asi"      : true
}