Skip to content

wwwoda/prettier-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Prettier config used at Woda

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors