0.1.1 • Published 4 years ago

prettier-plugin-slice v0.1.1

Weekly downloads
124
License
GPL-2.0
Repository
github
Last release
4 years ago

Slice Prettier Plugin

Prettier plugin for the Slice language.

Installation

yarn add --dev prettier prettier-plugin-slice

Configuration

Add this to you Prettier config:

{
  "overrides": [
    {
      "files": "*.ice",
      "options": {
        "parser": "slice2json"
      }
    }
  ]
}