mirror of
https://github.com/redhat-actions/push-to-registry.git
synced 2025-02-22 10:11:21 +01:00
7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
![]() |
// eslint-disable-next-line no-undef
|
||
|
module.exports = {
|
||
|
extends: [
|
||
|
"@redhat-actions/eslint-config",
|
||
|
],
|
||
|
};
|