js-openstack-registry-hooks/.eslintrc

10 lines
175 B
Plaintext

extends: openstack
env:
node: true
jasmine: true
rules:
# Disabled: Because calling process.exit() when we want to
# is why this module exists.
no-process-exit: 0