mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-05-28 14:33:32 +00:00
Cleanup
This commit is contained in:
16
deno.jsonc
16
deno.jsonc
@@ -1,7 +1,19 @@
|
||||
{
|
||||
"importMap": "import_map.json",
|
||||
"tasks": {
|
||||
"build": "silverbullet plug:compile --importmap import_map.json hello.plug.yaml",
|
||||
"watch": "silverbullet plug:compile -w --importmap import_map.json hello.plug.yaml"
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user