Prettier settings tweaks

Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.

Cos'è Prettier settings tweaks?

Prettier settings tweaks è un'estensione di Chrome sviluppata da ryanpcmcquen, e la sua funzione principale è "Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Prettier settings tweaks

Scarica i file di estensione Prettier settings tweaks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Prettier settings tweaks Prettier settings tweaks
ID mfhopncginlfelebekdadjamddkadaoo
URL Ufficiale https://chromewebstore.google.com/detail/prettier-settings-tweaks/mfhopncginlfelebekdadjamddkadaoo
Descrizione Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.
Dimensione del File 9.66 KB
Conteggio Installazioni 56
Versione Corrente 0.5.0
Ultimo Aggiornamento 2022-04-18
Data di Pubblicazione 2019-01-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ryanpcmcquen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js
Lingue Supportate 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"
            ]
        }
    ]
}