linkding/.grenrc.js

6 lines
89 B
JavaScript
Raw Permalink Normal View History

2020-12-31 05:16:52 +00:00
module.exports = {
ignoreIssuesWith: [
"wontfix",
"duplicate"
]
}