summaryrefslogtreecommitdiff
path: root/www/lib/localforage-cordovasqlitedriver/.jshintrc
blob: f29a720b12afcca2d567813c22ecbae56eaf995c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
    "asi": false,
    "bitwise": true,
    "browser": true,
    "curly": true,
    "eqeqeq": true,
    "eqnull": true,
    "esnext": true,
    "immed": true,
    "latedef": true,
    "newcap": true,
    "noarg": true,
    "nonew": true,
    "quotmark": false,
    "strict": false,
    "trailing": false,
    "undef": true,
    "unused": true,

    "validthis": true,

    "globals": {
      "console": true,
      "define": true,
      "localforage": true,
      "module": true,
      "Promise": true,
      "require": true,
      "self": true,
      "System": true
    }
}