Prettier settings tweaks
Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.
O que é Prettier settings tweaks?
Prettier settings tweaks é uma extensão do Chrome desenvolvida por ryanpcmcquen, e sua principal característica é "Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Prettier settings tweaks
Baixe arquivos de extensão Prettier settings tweaks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Changes https://prettier.io/playground/ to have 4 space indentation by default, and parens in all arrow functions. Open source, of course: https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js
Informações Básicas da Extensão
Nome | Prettier settings tweaks |
ID | mfhopncginlfelebekdadjamddkadaoo |
URL Oficial | https://chromewebstore.google.com/detail/prettier-settings-tweaks/mfhopncginlfelebekdadjamddkadaoo |
Descrição | Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions. |
Tamanho do Arquivo | 9.66 KB |
Contagem de Instalações | 56 |
Versão Atual | 0.5.0 |
Última Atualização | 2022-04-18 |
Data de Publicação | 2019-01-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | ryanpcmcquen |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Prettier settings tweaks", "description": "Changes prettier.io\/playground\/ to have 4 space indentation, and parens in all arrow functions.", "version": "0.5.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/prettier.io\/", "https:\/\/prettier.io\/*" ], "js": [ "PrettierSettingsTweaks.js" ] } ] } |