Remove JSHint in favor of standard

This commit is contained in:
pyoor 2018-05-21 11:03:38 -04:00
parent 090daa68b5
commit 0e292b817c
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": "nofunc",
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"unused": true,
"boss": true,
"eqnull": true,
"node": true,
"maxerr": 2000,
"esversion": 6,
"undef": true,
"unused": true,
"globals": {
"random": true,
"make": true
}
}