1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
OwncloudContactsOfficial/.jshintrc
2014-03-08 00:19:00 +01:00

13 lines
217 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 }
}