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

.jshintrc - github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 688f0cb7dff1175798d9e2b4e7771e2e64ca291e (plain)
1
2
3
4
5
6
7
8
9
10
{
  "maxerr"        : 50,
  "jquery"        : true,    // jQuery
  "globals"       : {
    "angular": true,
    "PassmanImporter": true,
    "OC": true,
    "window": true
  }        // additional predefined global variables
}