svet
svet
DDeno
Created by svet on 12/9/2024 in #help
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
$ 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
17 replies