abelljs / abelljs/abell

VSCode Prettier Support

Aberta
#164 1 comentário 0 reações 0 responsáveis Ver no GitHub
enhancement
Linguagem predominante
TypeScript
Estrelas
443
Forks
36
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

# VSCode Prettier Support #

It would be great if there was an easy way to formate .abell files on save with .prettierrc

**Describe the solution you'd like**

VSCode `settings.json`
```
"[javascriptabell]": {
"editor.formatOnSave": true
}
```

`.prettierrc`
```
{
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true
}
```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.