1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-17 10:43:19 +12:00
uMatrix/.jshintrc
2015-09-26 11:08:22 -04:00

13 lines
203 B
Plaintext

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