mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-22 19:33:05 +00:00
6 lines
89 B
JavaScript
6 lines
89 B
JavaScript
|
module.exports = {
|
||
|
ignoreIssuesWith: [
|
||
|
"wontfix",
|
||
|
"duplicate"
|
||
|
]
|
||
|
}
|