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

.jshintrc - github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fcff3b569f14605e231b3a4be4f93a6bbc80fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "curly": true,
  "eqeqeq": true,
  "immed": true,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "node": true,
  "nonbsp": true,
  "strict": true,
  "sub": true,
  "undef": true,
  "unused": true
}