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

Format .jshintrc for readability

This commit is contained in:
Thomas Tanghus 2014-04-07 13:44:22 +02:00
parent c74be4eee7
commit a1e16fec23

View File

@ -9,6 +9,10 @@
"jquery": true,
"browser": true,
"devel": true,
"globals": { "OC": false, "Modernizr": false, "error": false },
"globals": {
"OC": false,
"Modernizr": false,
"error": false
},
"maxerr": 100
}