summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/angular-file-upload/.jshintrc
blob: 348b2395a625f29fcc1b2f596467f41ce37a0770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "camelcase" : true,
    "indent": 4,
    "strict": true,
    "undef": true,
    "unused": true,
    "quotmark": "single",
    "maxlen": 120,
    "trailing": true,
    "curly": true,

    "devel": true,

    "browser":true,
    "jquery":true,
    "predef": [
        "angular",
        "define",
        "require",
        "app"
    ]
}