@joaopalmeiro/biome-react-config
v0.5.0
Published
My personal Biome config for React projects.
Maintainers
Readme
@joaopalmeiro/biome-react-config
My personal Biome config for React projects.
Getting Started
Installation
npm install --save-dev @joaopalmeiro/biome-react-configor
yarn add --dev @joaopalmeiro/biome-react-configor
pnpm add --save-dev @joaopalmeiro/biome-react-configor
bun add --dev @joaopalmeiro/biome-react-configUsage
To use this configuration, create a biome.json/biome.jsonc file and add the following snippet:
{
"extends": ["@joaopalmeiro/biome-react-config"]
}Development
Install fnm (if necessary).
fnm install && fnm use && node --version && npm --versionnpm installnpm run lintnpm run formatDeployment
npm pack --dry-runnpm version patchnpm version minornpm version majorecho "v$(npm pkg get version | tr -d \")" | pbcopy- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitLab.
npm loginnpm publish- Check npm.
