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: 3d6c2ca5f7a1177f9a0118f0007bd684699a931a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "camelcase": true,
  "curly": true,
  "eqeqeq": true,
  "esnext": true,
  "immed": true,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "node": true,
  "noempty": true,
  "nonbsp": true,
  "quotmark": "single",
  "strict": true,
  "sub": true,
  "undef": true,
  "unused": true
}