forked from GitHubMirrors/silverbullet-icalendar
20 lines
336 B
JSON
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"
|
|
]
|
|
}
|
|
}
|