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

19 lines
314 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,
"globals": {
"browser": false, // global variable in Firefox, Edge
2015-09-27 04:08:22 +13:00
"self": false,
"chrome": false,
"vAPI": false,
"µMatrix": false
},
"laxbreak": true,
"strict": "global",
"undef": true,
"unused": true,
"validthis": true
2015-09-07 00:38:33 +12:00
}