mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 01:01:22 +00:00
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
module.exports = {
|
|
extends: [
|
|
"@redhat-actions/eslint-config",
|
|
],
|
|
ignorePatterns: [
|
|
"src/generated/*"
|
|
]
|
|
};
|