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

14 lines
219 B
Plaintext

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