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
Doing something like import chalk from "npm:chalk" is nice for quick hacking, but shouldn't be used in real apps. I think maybe this lint might be best done in the cli though because it involves resolving import maps in some cases.
The text was updated successfully, but these errors were encountered:
Doing something like
import chalk from "npm:chalk"
is nice for quick hacking, but shouldn't be used in real apps. I think maybe this lint might be best done in the cli though because it involves resolving import maps in some cases.The text was updated successfully, but these errors were encountered: