diff --git a/src/meta/jshint.json b/src/meta/jshint.json index a16fb5325..46db38fc0 100644 --- a/src/meta/jshint.json +++ b/src/meta/jshint.json @@ -13,13 +13,13 @@ "-W083": true, "-W093": true, "globals": { - "MediaError": true, - "Set": true, - "GM_info": true, - "cloneInto": true, - "unsafeWindow": true, - "chrome": true<%= - meta.grants.map(x => `,\n "${x}": true`).join('') + "MediaError": false, + "Set": false, + "GM_info": false, + "cloneInto": false, + "unsafeWindow": false, + "chrome": false<%= + meta.grants.map(x => `,\n "${x}": false`).join('') %><%= read('/tmp/declaration.js').match(/^var (.*);/)[1].split(', ').map(x => `,\n "${x}": true`).join('') %><%=