use-package
use-package copied to clipboard
Linter shows weird errors for use-package
I cannot understand what's going on here:

I don't know a lot about macros, but maybe some kind of syntax descriptor or whatever provided by use-package is wrong. Or the expansion itself, although the code performs as expected, it's just the linter that goes nuts about it.
Try:
(use-package avy-jump
:ensure avy
:bind (("C-;" . avy-goto-char-2)
("C-:" . avy-goto-line)))
It seems like the above reply resolved this, so I'm closing this issue now.