Prettier settings tweaks
Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.
Co je Prettier settings tweaks?
Prettier settings tweaks je rozšíření Chrome vyvinuté ryanpcmcquen, a jeho hlavní funkcí je „Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Prettier settings tweaks
Stáhněte si soubory rozšíření Prettier settings tweaks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Prettier settings tweaks |
ID | mfhopncginlfelebekdadjamddkadaoo |
Oficiální URL | https://chromewebstore.google.com/detail/prettier-settings-tweaks/mfhopncginlfelebekdadjamddkadaoo |
Popis | Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions. |
Velikost souboru | 9.66 KB |
Počet instalací | 56 |
Aktuální Verze | 0.5.0 |
Poslední Aktualizace | 2022-04-18 |
Datum Vydání | 2019-01-23 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | ryanpcmcquen |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js |
Podporované Jazyky | 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" ] } ] } |