@vw-tools/prettier-config
v0.0.2
Published
Prettier configuration for vue web development
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 -DInstructions
Add the following to the package.json:
{
...
"prettier": "@vw-tools/prettier-config"
}