mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-28 10:24:11 +01:00
18 lines
288 B
Plaintext
18 lines
288 B
Plaintext
{
|
|
"laxbreak": true,
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"newcap": true,
|
|
"forin": true,
|
|
"quotmark": "single",
|
|
"unused": true,
|
|
"jquery": true,
|
|
"browser": true,
|
|
"devel": true,
|
|
"globals": {
|
|
"OC": false,
|
|
"Modernizr": false,
|
|
"error": false
|
|
},
|
|
"maxerr": 100
|
|
} |