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

update jshint default settings

This commit is contained in:
gorhill 2016-07-30 09:56:28 -04:00
parent d586c125a6
commit 6df6794f7a

View file

@ -1,7 +1,8 @@
{
"browser": true,
"devel": true,
"esnext": true,
"globalstrict": true,
"strict": "global",
"globals": {
"self": false,
"vAPI": false,