cadl/packages/prettier-plugin-typespec
Timothee Guerin dec504364c
Bump versions for 0.56.0 release (#3298)
2024-05-08 00:34:05 +00:00
..
src 2/3 TypeSpec: Renaming files 2023-02-16 13:07:22 -08:00
test Migrate to eslint flat config (#3123) 2024-04-08 09:58:19 -07:00
CHANGELOG.json Prepare Publish for January Release (#2816) 2024-01-24 11:14:23 -08:00
CHANGELOG.md Bump versions for 0.56.0 release (#3298) 2024-05-08 00:34:05 +00: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 Bump versions for 0.56.0 release (#3298) 2024-05-08 00:34:05 +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'