github-webhook-filter/deno.json

15 lines
221 B
JSON

{
"fmt": {
"indentWidth": 4,
"lineWidth": 100,
"exclude": [
".vscode"
]
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
}
}