Squash merge audio-player-component into main

This commit is contained in:
2026-02-13 20:39:23 -06:00
parent 9b7cfd5bd1
commit d78c0584e2
122 changed files with 11750 additions and 1175 deletions
+38
View File
@@ -0,0 +1,38 @@
version: "2"
linters:
default: standard
enable:
- canonicalheader
- copyloopvar
- dupword
- err113
- errorlint
- exptostd
- gocritic
- godot
- goheader
- iface
- importas
- intrange
- mirror
- misspell
- nakedret
- nlreturn
- nolintlint
- perfsprint
- protogetter
- revive
- sloglint
- tagalign
- testifylint
- usestdlibvars
- usetesting
- whitespace
- wsl
formatters:
enable:
- gci
- gofmt
- gofumpt
- goimports
- golines