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
There seems to be no way to forward unstable flags to deno lint. deno lint --unstable-temporal and deno lint --config deno.json with "unstable": ["temporal"], do not work.
There seems to be no way to forward unstable flags to deno lint.
deno lint --unstable-temporal
anddeno lint --config deno.json
with"unstable": ["temporal"],
do not work.Lint Name
no-undef
Code Snippet
Expected Result
deno lint understand, that Temporal is defined
Actual Result
error[no-undef]: Temporal is not defined
Version
deno 1.46.3 (stable, release, aarch64-apple-darwin)
v8 12.9.202.5-rusty
typescript 5.5.2
The text was updated successfully, but these errors were encountered: