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

.jshintrc - github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fe2f382bfaf6c71240e26840778f6c3f5484c5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "bitwise": true,
  "curly": true,
  "eqeqeq": true,
  "forin": true,
  "immed": true,
  "indent": 2,
  "latedef": true,
  "newcap": true,
  "noarg": true,
  "node": true,
  "noempty": true,
  "plusplus": false,
  "sub": true,
  "trailing": true,
  "undef": true
}