@mehwww/prettier-plugin-thrift
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

A Prettier v3+ plugin for formatting thrift files.

Installation

First, install Prettier (v3+) and this plugin:

npm install --save-dev prettier @mehwww/prettier-plugin-thrift

Then, create a .prettierrc.js file in the root of your project, and add the plugin to the plugins array:

// .prettierrc.js
module.exports = {
  plugins: ["@mehwww/prettier-plugin-thrift"],
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i @mehwww/prettier-plugin-thrift

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

178 kB

Total Files

33

Last publish

Collaborators

  • mehwww