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

17 lines
269 B
Plaintext
Raw Normal View History

2015-09-07 00:38:33 +12:00
{
"browser": true,
2016-07-31 01:56:28 +12:00
"devel": true,
2017-12-04 08:44:36 +13:00
"eqeqeq": true,
2015-09-07 00:38:33 +12:00
"esnext": true,
2016-07-31 01:56:28 +12:00
"strict": "global",
2017-12-04 08:44:36 +13:00
"undef": true,
"unused": true,
2015-09-07 00:38:33 +12:00
"globals": {
2015-09-27 04:08:22 +13:00
"self": false,
"chrome": false,
"vAPI": false,
"µMatrix": false,
2015-09-27 04:08:22 +13:00
"Components": false // global variable in Firefox
2015-09-07 00:38:33 +12:00
}
}