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

.jshintrc « js - github.com/nextcloud/news.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d424890df646704289e8c6dad46bc672cb1127a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "globals": {
        "console": true,
        "jQuery": true,
        "$": true,
        "angular": true,
        "OC": true,
        "app": true
    }
}