Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.jshintrc « js - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab4dfdfc98c8acdaf8f5bfcc2c4e870a10224d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "asi"      : true,
  "boss"     : true,
  "browser"  : true,
  "curly"    : false,
  "debug"    : true,
  "devel"    : true,
  "eqeqeq"   : false,
  "eqnull"   : true,
  "expr"     : true,
  "laxbreak" : true,
  "quotmark" : "single",
  "validthis": true
}