タグ

ブックマーク / medium.com/@fvictorio (1)

  • How to write a plugin for Prettier

    In this post I will show you how to build a very simple plugin for Prettier. You will learn how to structure, test and, of course, write a plugin. I’m far from being an expert on this, but I learned a lot by contributing to the Solidity plugin, and noticed that there doesn’t seem to be a lot of material on this subject, except for the official documentation. We’ll be using TOML as the example lang

    Shisama
    Shisama 2019/10/16
    PrettierのPlugin開発のチュートリアル。この記事ではTOML用のプラグインを作り方について紹介している
  • 1