@titenkov/prettier-config
v1.0.0
Published
Prettier config for my personal projects
Readme
prettier-config
Prettier config
Usage
Install the package using npm (or yarn)
npm install --save-dev @titenkov/prettier-configAdd the prettier key to your package.json
diff --git package.json
@@ -5,6 +5,7 @@
"keywords": [
"prettier"
],
+ "prettier": "@titenkov/prettier-config",
"license": "MIT",
"main": "index.js"Check out the prettier documentation for more info on sharing configurations.
