default config for jshint

pull/2/head
gorhill 9 years ago
parent 16f986860e
commit 2d7ffc639e

@ -1,6 +1,12 @@
{
"browser": true,
"esnext": true,
"globalstrict": true,
"globals": {
"self": false,
"vAPI": false,
"chrome": false,
"safari": false,
"Components": false // global variable in Firefox
}
}

Loading…
Cancel
Save