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

.jshintrc - github.com/sualko/cloud_piwik.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e831158e1e4fd04528e56d092f2e4bca657cd76e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
   "curly": true,
   "eqeqeq": true,
   "immed": true,
   "latedef": "nofunc",
   "newcap": true,
   "noarg": true,
   "sub": true,
   "undef": true,
   "unused": true,
   "boss": true,
   "eqnull": true,
   "browser": true,
   "multistr": true,
   "devel": true,
   "jquery": true,
   "globals": {
      
   }
}