cadl/packages/prettier-plugin-typespec
Timothee Guerin 0dea649cd7
Update dependencies to resolve vulnerabilities and license issue (#3081)
- Remove unused rollup-plugin-dts dep that had problematic license
- Update dependencies to fix vulnerabilies
2024-03-29 21:22:06 +00:00
..
src 2/3 TypeSpec: Renaming files 2023-02-16 13:07:22 -08:00
test Remove prettier2.0 support in prettier plugin (#2956) 2024-02-28 11:17:30 -08:00
CHANGELOG.json Prepare Publish for January Release (#2816) 2024-01-24 11:14:23 -08:00
CHANGELOG.md Remove old message burried in changelog (#2989) 2024-03-05 16:05:57 -08:00
LICENSE 2/3 TypeSpec: Renaming files 2023-02-16 13:07:22 -08:00
README.md Clean up capitalization, parentheses, and phrasing in docs (#2817) 2024-01-25 10:40:16 -08:00
ThirdPartyNotices.txt Update dependencies - feb 2024 (#2900) 2024-02-08 15:14:01 -08:00
package.json Update dependencies to resolve vulnerabilities and license issue (#3081) 2024-03-29 21:22:06 +00:00
rollup.config.mjs Parse tspconfig as yaml to be able to figure out where errors are (#2273) 2023-09-08 07:04:39 -07:00

README.md

Prettier Plugin for TypeSpec

Requirements

  • Using Node 14 and above
  • For use in VSCode, use version VSCode 1.56 and above.

Getting Started

npm install --save-dev prettier @typespec/prettier-plugin-typespec

You can now call prettier

./node_modules/.bin/prettier --write '**/*.tsp'