1.0.0 • Published 5 years ago
@wglfam/prettierrc v1.0.0
Prettier Config
Prettier config for wglfam projects.
Usage
pnpm i -D @wglfam/prettierrc
Then add this prettier.config.js
to the project:
module.exports = require('@wglfam/prettierrc');
Publishing a new version
Follow semver. Adding, removing, or updating a rule is a breaking change and requires a new major version.
npm version v<new_version>
git tag v<new_version>
git push
git push --tags
npm publish
1.0.0
5 years ago