Manually merged the two jshintrc files until issue 1314 in jshint is merged.
This commit is contained in:
@ -1,5 +1,30 @@
|
||||
{
|
||||
"extends": "../.jshintrc",
|
||||
"node": true,
|
||||
"white": true,
|
||||
"bitwise": false,
|
||||
"curly": true,
|
||||
"eqnull": true,
|
||||
"eqeqeq": true,
|
||||
"forin": true,
|
||||
"immed": true,
|
||||
"expr": true,
|
||||
"indent": 2,
|
||||
"latedef": "nofunc",
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"noempty": true,
|
||||
"undef": true,
|
||||
"quotmark": "single",
|
||||
"plusplus": false,
|
||||
"boss": true,
|
||||
"trailing": true,
|
||||
"laxbreak": true,
|
||||
"laxcomma": true,
|
||||
"validthis": true,
|
||||
"sub": true,
|
||||
"maxlen": 140,
|
||||
"-W084": true,
|
||||
"maxerr": 10,
|
||||
|
||||
"-W030": true,
|
||||
"-W068": true,
|
||||
|
||||
Reference in New Issue
Block a user