github-webhook-filter/deno.json

24 lines
361 B
JSON
Raw Permalink Normal View History

2022-09-02 20:24:33 +00:00
{
2024-04-22 13:50:13 +00:00
"fmt": {
"indentWidth": 4,
"lineWidth": 100,
"exclude": [
".vscode"
]
},
"lint": {
"rules": {
"exclude": [
"no-explicit-any"
]
2022-09-02 20:24:33 +00:00
}
2024-04-22 13:50:13 +00:00
},
"deploy": {
"project": "4946f381-9f86-4271-abc3-51e28f7a4699",
"exclude": [
"**/node_modules"
],
"include": [],
"entrypoint": "main.ts"
}
}