Remove unnecessary .jshintrc

This commit is contained in:
Jacob Gable 2013-05-14 11:11:00 -05:00
parent 7f7363c7fc
commit d341805bd8

View File

@ -1,10 +0,0 @@
{
"node": true,
"browser": true,
"indent": 4,
"trailing": true,
"eqeqeq": true,
"undef": true,
"nomen": false,
"white": true
}