cadl/packages/prettier-plugin-typespec
Timothee Guerin 3d14d7c2c9
Bump dependencies - Sep 2024 (#4424)
Notable: 
- Typescript 5.6: iterator functions  and more
- typescript-eslint 8: new rules, breaking change to some other, found a
few bugs/test not actually testing
- eslint 9: new rules
- removed deprecation/deprecation plugin as typescript eslint has rule
for it now(and updated) many places where it wasn't reporting correctly
2024-09-13 15:50:22 +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 TypeSpec 0.59 - September Release branch (#4386) 2024-09-10 22:45:59 +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 (#3948) 2024-07-23 21:02:34 +00:00
package.json Bump dependencies - Sep 2024 (#4424) 2024-09-13 15:50:22 +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'