@vw-tools/prettier-config
v0.0.2
Published
Prettier configuration for vue web development
Downloads
2
Maintainers
Readme
@vw-tools/prettier-config
Description
Prettier configuration for Vue front-end project development.
Installation
npm install prettier @vw-tools/prettier-config -D
# or
yarn add prettier @vw-tools/prettier-config -D
Instructions
Add the following to the package.json
:
{
...
"prettier": "@vw-tools/prettier-config"
}