deno/.dlint.json

10 lines
118 B
JSON
Raw Permalink Normal View History

{
"rules": {
"tags": ["recommended"],
"include": [
"ban-untagged-todo"
],
"exclude": []
}
}