github-webhook-filter/deno.json

15 lines
221 B
JSON
Raw Normal View History

2022-09-02 20:24:33 +00:00
{
"fmt": {
2023-07-10 19:29:49 +00:00
"indentWidth": 4,
"lineWidth": 100,
"exclude": [
".vscode"
]
2022-09-02 20:24:33 +00:00
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
}
}