1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-09 23:03:33 +12:00
uMatrix/.jshintrc
2017-12-03 14:44:36 -05:00

17 lines
269 B
Plaintext

{
"browser": true,
"devel": true,
"eqeqeq": true,
"esnext": true,
"strict": "global",
"undef": true,
"unused": true,
"globals": {
"self": false,
"chrome": false,
"vAPI": false,
"µMatrix": false,
"Components": false // global variable in Firefox
}
}