Prettier settings tweaks
Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.
Co to jest Prettier settings tweaks?
Prettier settings tweaks to rozszerzenie Chrome opracowane przez ryanpcmcquen, a jego główną funkcją jest „Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Prettier settings tweaks
Pobierz pliki rozszerzeń Prettier settings tweaks w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Prettier settings tweaks |
ID | mfhopncginlfelebekdadjamddkadaoo |
Oficjalny URL | https://chromewebstore.google.com/detail/prettier-settings-tweaks/mfhopncginlfelebekdadjamddkadaoo |
Opis | Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions. |
Rozmiar pliku | 9.66 KB |
Liczba instalacji | 56 |
Aktualna Wersja | 0.5.0 |
Ostatnia Aktualizacja | 2022-04-18 |
Data Publikacji | 2019-01-23 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | ryanpcmcquen |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js |
Obsługiwane Języki | 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" ] } ] } |