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

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