Prettier config for projects at Nxpkg.
npm install --save-dev @nx-pkg/prettierrc
Then add this prettier.config.js
to the project:
module.exports = require('@nx-pkg/prettierrc')
npm link
cd <project>
npm link @nx-pkg/prettierrc
npm run prettier
Follow semver. Changing or adding a rule is a breaking change and requires a new major version.
npm version major|minor|patch
git push
git push --tags
npm publish