1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-17 10:43:19 +12:00

default config for jshint

This commit is contained in:
gorhill 2015-09-26 11:08:22 -04:00
parent 16f986860e
commit 2d7ffc639e

View file

@ -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
}
}