Add config file for jshint

This will enable more checks, first for undefined or unused variables
This commit is contained in:
Łukasz Mierzwa
2017-04-27 20:53:01 -07:00
parent 410d17e1c2
commit bec2255a59

7
.jshintrc Normal file
View File

@@ -0,0 +1,7 @@
{
"browser": true,
"jquery": true,
"undef": true,
"unused": true
}