Remove JSHint in favor of standard
This commit is contained in:
parent
090daa68b5
commit
0e292b817c
1 changed files with 0 additions and 22 deletions
22
.jshintrc
22
.jshintrc
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue