You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But! When I try to use deno lint --allow-import this problem pops out:
error: unexpected argument '--allow-import' found
tip: to pass '--allow-import' as a value, use '-- --allow-import'
Usage: deno lint [OPTIONS] [files]...
Needless to say, that passing flag as an argument doesn't fix the issue
This bug occurs on CI using ubuntu runner and on my local Ubuntu machine.
Couldn't find --allow-import mentioned as an available parameter on docs, so I'm confused
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.3
When trying to use
deno -I lint
in project of mine deno cli outputs the following:But! When I try to use
deno lint --allow-import
this problem pops out:Needless to say, that passing flag as an argument doesn't fix the issue
This bug occurs on CI using ubuntu runner and on my local Ubuntu machine.
Couldn't find
--allow-import
mentioned as an available parameter on docs, so I'm confusedThe text was updated successfully, but these errors were encountered: