@joaopalmeiro/biome-react-config
v0.5.0
Published
My personal Biome config for React projects.
Downloads
18
Maintainers
Readme
@joaopalmeiro/biome-react-config
My personal Biome config for React projects.
Getting Started
Installation
npm install --save-dev @joaopalmeiro/biome-react-config
or
yarn add --dev @joaopalmeiro/biome-react-config
or
pnpm add --save-dev @joaopalmeiro/biome-react-config
or
bun add --dev @joaopalmeiro/biome-react-config
Usage
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 --version
npm install
npm run lint
npm run format
Deployment
npm pack --dry-run
npm version patch
npm version minor
npm version major
echo "v$(npm pkg get version | tr -d \")" | pbcopy
- Commit and push changes.
- Create a tag on GitHub Desktop.
- Check GitLab.
npm login
npm publish
- Check npm.