@mehwww/prettier-plugin-thrift
v0.0.1
Published
Prettier plugin for Thrift files
Maintainers
Readme
A Prettier v3+ plugin for formatting thrift files.
Installation
First, install Prettier (v3+) and this plugin:
npm install --save-dev prettier @mehwww/prettier-plugin-thriftThen, 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"],
};