Prettier settings tweaks

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

¿Qué es Prettier settings tweaks?

Prettier settings tweaks es una extensión de Chrome desarrollada por ryanpcmcquen, y su función principal es "Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Prettier settings tweaks

Descarga archivos de extensión Prettier settings tweaks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Prettier settings tweaks Prettier settings tweaks
ID mfhopncginlfelebekdadjamddkadaoo
URL Oficial https://chromewebstore.google.com/detail/prettier-settings-tweaks/mfhopncginlfelebekdadjamddkadaoo
Descripción Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.
Tamaño del Archivo 9.66 KB
Cantidad de Instalaciones 56
Versión Actual 0.5.0
Última Actualización 2022-04-18
Fecha de Publicación 2019-01-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador ryanpcmcquen
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js
Idiomas Soportados 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"
            ]
        }
    ]
}