1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-28 07:11:20 +12:00
uMatrix/.jshintrc
2015-09-26 11:08:22 -04:00

12 lines
203 B
Text

{
"browser": true,
"esnext": true,
"globalstrict": true,
"globals": {
"self": false,
"vAPI": false,
"chrome": false,
"safari": false,
"Components": false // global variable in Firefox
}
}