feature(jshint) add validthis

This commit is contained in:
coderaiser 2014-12-30 07:40:55 -05:00
parent fcf758be3c
commit 55d382b0c1

View file

@ -14,5 +14,6 @@
"undef" : true,
"evil" : true,
"expr" : true,
"quotmark": "single"
"quotmark": "single",
"validthis":true
}