microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f5be43b02a71f3cdbe563af80c287f6b4567c119

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

eng/scripts/format.js

2lines · modecode

1import { runPrettier } from "./helpers.js";
2runPrettier("--write");
3