mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 17:11:23 +00:00
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
|
module.exports = {
|
||
|
extends: [
|
||
|
"@redhat-actions/eslint-config",
|
||
|
],
|
||
|
ignorePatterns: [
|
||
|
"dist/",
|
||
|
"out/",
|
||
|
]
|
||
|
};
|