Prettier settings tweaks
Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions.
Prettier settings tweaks क्या है?
Prettier settings tweaks ryanpcmcquen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Prettier settings tweaks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Prettier settings tweaks |
ID | mfhopncginlfelebekdadjamddkadaoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/prettier-settings-tweaks/mfhopncginlfelebekdadjamddkadaoo |
विवरण | Changes prettier.io/playground/ to have 4 space indentation, and parens in all arrow functions. |
फ़ाइल का आकार | 9.66 KB |
स्थापना संख्या | 56 |
वर्तमान संस्करण | 0.5.0 |
अंतिम अपडेट | 2022-04-18 |
प्रकाशन तिथि | 2019-01-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ryanpcmcquen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ryanpcmcquen/PrettierSettingsTweaks.js |
समर्थित भाषाएँ | 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" ] } ] } |