@joaopalmeiro/biome-react-vike-config
v0.1.0
Published
My personal Biome config for React + Vike projects.
Downloads
2
Maintainers
Readme
@joaopalmeiro/biome-react-vike-config
My personal Biome config for React + Vike projects.
Getting Started
Installation
npm install --save-dev @joaopalmeiro/biome-react-vike-config
or
yarn add --dev @joaopalmeiro/biome-react-vike-config
or
pnpm add --save-dev @joaopalmeiro/biome-react-vike-config
or
bun add --dev @joaopalmeiro/biome-react-vike-config
Usage
To use this configuration, create a biome.json
/biome.jsonc
file and add the following snippet:
{
"extends": ["@joaopalmeiro/biome-react-vike-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
- Update the version in the
Licenses
andPackage Phobia
links at the top.
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.