push-to-registry/.eslintrc.js
divyansh42 34d200b35d Resolve Review comments
Signed-off-by: divyansh42 <diagrawa@redhat.com>
2021-01-19 01:14:37 +05:30

6 lines
122 B
JavaScript

// eslint-disable-next-line no-undef
module.exports = {
extends: [
"@redhat-actions/eslint-config",
],
};