mirror of
https://github.com/xunleii/silverbullet-icalendar.git
synced 2026-03-15 20:15:23 +00:00
20 lines
392 B
JSON
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"
|
|
]
|
|
}
|
|
}
|