github-webhook-filter/deno.json

19 lines
301 B
JSON
Raw Normal View History

2022-09-02 20:24:33 +00:00
{
"fmt": {
"options": {
"indentWidth": 4,
"lineWidth": 100
},
"files": {
"exclude": [
".vscode"
]
}
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
}
}