enable more jshint features

This commit is contained in:
Daniel Micay 2020-09-17 13:50:30 -04:00
parent df9605a713
commit 65f81cb7ab

View File

@ -1,7 +1,11 @@
{
"browser": true,
"module": true,
"curly": true,
"devel": true,
"esversion": 6,
"strict": "global"
"freeze": true,
"futurehostile": true,
"strict": "global",
"varstmt": true
}