svet
Have a trouble using github hooks and deno
For some reason when I try to use
deno lint --allow-import
it throws this: error: unexpected argument '--allow-import' found
I tried anything, but this just won't work, neither --allow-import
nor -I
, neither in the beggining deno -I lint
nor in the end deno lint -I
Maybe I have something wrongly configured?
And if I use just deno lint
and press y
to allow imports everything works flawlessly
using deno cli 2.1.317 replies