svetS
Denoβ€’14mo agoβ€’
16 replies
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?

$ deno -I lint
error: unexpected argument '--allow-import' found

  tip: 'lint --allow-import' exists


And if I use just deno lint and press y to allow imports everything works flawlessly

using deno cli 2.1.3
Was this page helpful?