UNPKG

create-a-critique

Version:

Start a GoTHA app, it combines Go, Templ, HTMX and Alpine.js in the same bundle.

31 lines (30 loc) 477 B
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "organizeImports": { "enabled": true }, "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "formatter": { "indentStyle": "space" }, "javascript": { "formatter": { "quoteStyle": "single" } }, "css": { "parser": { "cssModules": true } }, "linter": { "enabled": true, "rules": { "recommended": true } } }