Files
silverbullet-icalendar/deno.jsonc
Zef Hemel d289d96f68 Cleanup
2023-08-22 10:36:42 +02:00

20 lines
336 B
JSON

{
"importMap": "import_map.json",
"tasks": {
"build": "silverbullet plug:compile hello.plug.yaml",
"watch": "silverbullet plug:compile hello.plug.yaml -w"
},
"lint": {
"rules": {
"exclude": ["no-explicit-any"]
}
},
"fmt": {
"exclude": [
"*.md",
"**/*.md",
"*.plug.js"
]
}
}