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

13 lines
203 B
Plaintext
Raw Normal View History

2015-09-07 00:38:33 +12:00
{
"browser": true,
"esnext": true,
2015-09-27 04:08:22 +13:00
"globalstrict": true,
2015-09-07 00:38:33 +12:00
"globals": {
2015-09-27 04:08:22 +13:00
"self": false,
"vAPI": false,
"chrome": false,
"safari": false,
"Components": false // global variable in Firefox
2015-09-07 00:38:33 +12:00
}
}