hapijs / eslint-config-hapi

Shareable ESLint config for the hapi ecosystem
Other
22 stars 23 forks source link

Enable rule handle-callback-err #28

Closed cjihrig closed 8 years ago

cjihrig commented 8 years ago

Enforce rule for variables named e, err, and error. Per https://github.com/hapijs/contrib/issues/65.

'handle-callback-err': [2, '^(e|err|error)$']

lock[bot] commented 4 years ago

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.