0.0.1 • Published 10 months ago

@popgrids/prettier-config v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

prettier-config

Prettier config used at PopGrids

Usage

Install the package using npm (or yarn)

npm install --save-dev @popgrids/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": "@popgrids/prettier-config",
   "license": "MIT",
   "author": "PopGrids",
   "main": "index.js"

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

0.0.1

10 months ago