@arbetsmyra/prettier-config
v1.2.1
Published
Arbetsmyra's Prettier config
Downloads
35
Maintainers
Readme
prettier-config
Arbetsmyra's Prettier config
Installation
Requirements
node>= v10npm>= v5prettier>= v1.9
npm install --save-dev prettier @arbetsmyra/prettier-configUsage
Once the @arbetsmyra/prettier-config package is installed, you can use it by specifying the @arbetsmyra/prettier-config config for the prettier property in the package.json.
{
"prettier": "@arbetsmyra/prettier-config"
}It is recommended to add the following scripts to your package.json:
{
"prettier:check": "prettier --check .",
"prettier:write": "prettier --write ."
}Contributing
If you want to contribute and make our project better, your help is very welcome.
