Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aikoven/prettier-plugin-slice

Prettier plugin for the Slice language
https://github.com/aikoven/prettier-plugin-slice

Last synced: 3 days ago
JSON representation

Prettier plugin for the Slice language

Awesome Lists containing this project

README

        

# Slice Prettier Plugin

Prettier plugin for the Slice language.

## Installation

yarn add --dev prettier prettier-plugin-slice

## Configuration

Add this to your Prettier config:

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