Remove unused JSHint file, ESLint is the standard

This commit is contained in:
Whymarrh Whitby 2018-04-13 14:25:22 -02:30
parent 3afe76bcba
commit b542426c62
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
{
"node": true,
"browser": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 2,
"latedef": true,
"newcap": true,
"noarg": true,
"quotmark": "single",
"regexp": true,
"undef": true,
"unused": true,
"strict": true,
"trailing": true,
"smarttabs": true,
"globals" : {
"chrome": true,
"crypto": true,
"describe": true,
"it": true
}
}