prettier-plugin-slice

0.1.1 • Public • Published

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"
      }
    }
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i prettier-plugin-slice

Weekly Downloads

604

Version

0.1.1

License

GPL-2.0

Unpacked Size

80.2 kB

Total Files

67

Last publish

Collaborators

  • aikoven