Closed cjihrig closed 8 years ago
Enforce rule for variables named e, err, and error. Per https://github.com/hapijs/contrib/issues/65.
e
err
error
'handle-callback-err': [2, '^(e|err|error)$']
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Enforce rule for variables named
e
,err
, anderror
. Per https://github.com/hapijs/contrib/issues/65.'handle-callback-err': [2, '^(e|err|error)$']