0.0.0-development • Published 11 months ago

@zerofoodprint/prettier-config v0.0.0-development

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

prettier-config

Prettier config used at Zero Foodprint

Usage

Install the package using npm (or yarn)

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

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

0.0.0-development

11 months ago