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

.jshintrc « grunt - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d402b53c2a6613e5047db5e7dc9122e2dfde139 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "curly" : true,
  "eqeqeq": true,
  "newcap": true,
  "noarg" : true,
  "node"  : true,
  "nonbsp": true,
  "strict": true,
  "undef" : true
}