Skip to content

joaopalmeiro/prettier-config

Repository files navigation

@joaopalmeiro/prettier-config

My personal Prettier config.

Getting Started

Installation

npm install --save-dev @joaopalmeiro/prettier-config

or

yarn add --dev @joaopalmeiro/prettier-config

or

pnpm add --save-dev @joaopalmeiro/prettier-config

or

bun add --dev @joaopalmeiro/prettier-config

Usage

To use this configuration, choose one of the options below.

Edit the package.json file

{
  "prettier": "@joaopalmeiro/prettier-config"
}

Create a .prettierrc file

"@joaopalmeiro/prettier-config"

Check the Configuration Overrides and Sharing configurations sections in the Prettier documentation to learn how to override this configuration.

References

Check out the Awesome Prettier repo.

Development

Install fnm (if necessary).

fnm install && fnm use && node --version && npm --version
npm install
npm run lint
npm run format

Deployment

npm pack --dry-run
npm version patch
npm version minor
npm version major
  • Update the version in the Licenses link at the top.
  • Commit and push changes.
  • Create a tag on GitHub Desktop.
  • Check GitHub.
npm login
npm publish