browser build tests now have their own jshintrc

This commit is contained in:
Spencer Alger
2014-09-23 08:44:08 -07:00
parent a1ab46188b
commit 7781a8d1fc

View File

@ -0,0 +1,4 @@
{
"extends": "../../.jshintrc",
"browser": true
}