Prettier settings tweaks
Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.
What is Prettier settings tweaks?
Prettier settings tweaks is a Chrome extension developed by ryanpcmcquen, and its main feature is "Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.".
Extension Screenshots
Download Prettier settings tweaks Extension CRX File
Download Prettier settings tweaks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Prettier settings tweaks |
ID | mfhopncginlfelebekdadjamddkadaoo |
Official URL | https://chromewebstore.google.com/detail/prettier-settings-tweaks/mfhopncginlfelebekdadjamddkadaoo |
Description | Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions. |
File Size | 9.66 KB |
Installation Count | 56 |
Current Version | 0.5.0 |
Last Updated | 2022-04-18 |
Publish Date | 2019-01-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ryanpcmcquen |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js |
Supported Languages | 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" ] } ] } |