| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Prettier config used at GitHub
Install the package using npm (or yarn)
npm install --save-dev @github/prettier-configAdd the prettier key to your package.json
diff --git a/package.json b/package.json
index 2ecef3d..260838f 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"keywords": [
"prettier"
],
+ "prettier": "@github/prettier-config",
"license": "MIT",
"author": "GitHub Inc.",
"main": "index.js"Check out the prettier documentation for more info on sharing configurations.
| Back | FazBrowse Home | New Git URL |