Files
silverbullet-icalendar/deno.jsonc
2024-07-23 21:07:53 +02:00

20 lines
392 B
JSON

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