Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "dprint" task in deno.json #53

Open
dsherret opened this issue Dec 21, 2022 · 0 comments
Open

Support "dprint" task in deno.json #53

dsherret opened this issue Dec 21, 2022 · 0 comments

Comments

@dsherret
Copy link
Member

dsherret commented Dec 21, 2022

If someone has something like the following in a deno.json/deno.jsonc file:

{
  "tasks": {
    "dprint": "deno run -A npm:[email protected]"
  }
}

...then maybe this dprint extension should understand that and use it for the dprint executable.

@dsherret dsherret changed the title Support "dprint task in deno.json Support "dprint" task in deno.json Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant