mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-04-20 07:21:22 +00:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
// eslint-disable-next-line no-undef
|
|
module.exports = {
|
|
extends: [
|
|
"@redhat-actions/eslint-config",
|
|
],
|
|
};
|