cmd-johnson / deno-oauth2-client

Minimalistic OAuth 2.0 client for Deno.
MIT License
45 stars 9 forks source link

chore: treat imports as local imports #43

Closed iuioiua closed 10 months ago

iuioiua commented 10 months ago

This change makes the linter happy by tricking it into thinking that imports from https://deno.land/x/oauth2_client/ are local imports. This means that examples use the most up-to-date code.