2
0
Fork 0
mirror of https://github.com/redhat-actions/push-to-registry.git synced 2025-07-07 16:28:30 +00:00
podman-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",
],
};