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: e0722690bd73b3195d87577aab3bba151a85f7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "validthis": true,
    "laxcomma" : true,
    "laxbreak" : true,
    "browser"  : true,
    "eqnull"   : true,
    "debug"    : true,
    "devel"    : true,
    "boss"     : true,
    "expr"     : true,
    "asi"      : true
}