1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
OwncloudContactsOfficial/.jshintrc

18 lines
288 B
Plaintext
Raw Normal View History

2014-03-07 23:45:37 +01:00
{
"laxbreak": true,
"curly": true,
"eqeqeq": true,
2014-03-08 00:19:00 +01:00
"newcap": true,
2014-03-07 23:45:37 +01:00
"forin": true,
"quotmark": "single",
"unused": true,
"jquery": true,
"browser": true,
2014-03-08 00:29:59 +01:00
"devel": true,
2014-04-07 13:44:22 +02:00
"globals": {
"OC": false,
"Modernizr": false,
"error": false
},
2014-03-08 04:32:18 +01:00
"maxerr": 100
2014-03-07 23:45:37 +01:00
}