browser build tests now have their own jshintrc

This commit is contained in:
Spencer Alger
2014-09-23 08:44:08 -07:00
parent 39fb73a2a8
commit a58cdd6bb7

View File

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