2.0.1 • Published 2 years ago

@wwwoda/prettier-config v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

prettier-config

Prettier config used at www.woda.at

Usage

Install the package using npm (or yarn)

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

Add the prettier key to your package.json

{
    ...
    "keywords": [
        "prettier"
    ],
+   "prettier": "@github/prettier-config",
    "license": "MIT",
    "author": {
        "name": "Woda",
        "email": "hello@woda.at",
        "homepage": "https://www.woda.at"
    },
    "main": "index.js"
    ...
}

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

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago