feat: Convert templ components to gomponents
1 file changed, 5 insertions(+), 0 deletions(-)
changed files
M .golangci.yaml → .golangci.yaml
@@ -36,3 +36,8 @@ - .WithMessage( - .WithMessagef( - .WithStack( - (context.Context).Err( +issues: + exclude-rules: + - linters: [revive] + path: internal/components + text: "dot-imports"