1.0.2 • Published 9 months ago

@reggi/prettier-config v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

prettier-config

Prettier config used at GitHub

Usage

Install the package using npm (or yarn)

npm install --save-dev @reggi/prettier-config

Add 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": "@reggi/prettier-config",
   "license": "MIT",
   "author": "GitHub Inc.",
   "main": "index.js"

Check out the prettier documentation for more info on sharing configurations.

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago