Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aikoven/prettier-plugin-slice
- Owner: aikoven
- Created: 2020-01-10T13:51:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T04:58:49.000Z (almost 2 years ago)
- Last Synced: 2024-12-08T12:48:20.759Z (26 days ago)
- Language: TypeScript
- Size: 986 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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"
}
}
]
}
```