a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals
at main 551 B view raw
1{ 2 "typescript": { "preferSingleLine": true, "jsx.bracketPosition": "sameLine" }, 3 "json": { "preferSingleLine": true, "lineWidth": 121, "indentWidth": 2 }, 4 "markup": { 5 "preferAttrsSingleLine": true, 6 "printWidth": 121, 7 "styleIndent": true, 8 "scriptIndent": true, 9 "closingBracketSameLine": true 10 }, 11 "excludes": ["**/node_modules"], 12 "plugins": [ 13 "https://plugins.dprint.dev/typescript-0.95.8.wasm", 14 "https://plugins.dprint.dev/json-0.20.0.wasm", 15 "https://plugins.dprint.dev/g-plane/markup_fmt-v0.24.0.wasm" 16 ] 17}