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: 6cf70144b0aa162069b905a63b91224961c14415 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "maxerr"        : 50,
  "jquery"        : true,    // jQuery
  "esversion"     : 8,
  "globals"       : {
    "angular": true,
    "PassmanImporter": true,
    "OC": true,
    "window": true
  }        // additional predefined global variables
}