@zilero/biome
v1.2.10
Published
๐ฟ Modern formatter, linter, and more for JavaScript, TypeScript, JSX, and JSON
Maintainers
Readme
โจ Modern formatter, linter, and more for JavaScript, TypeScript, JSX, and JSON
๐ฅ Installation
Using npm
npm install --save-dev @zilero/biomeUsing yarn
yarn add -D @zilero/biomeUsing pnpm
pnpm install -D @zilero/biome๐ Quick start
Create the biome.json at the root of your project:
{
"extends": ["./node_modules/@zilero/biome/biome.json"]
}Add scripts to your package.json:
"scripts": {
"biome:check": "biome check --no-errors-on-unmatched",
"biome:lint": "biome check --write --unsafe --no-errors-on-unmatched",
"biome:check-staged": "biome check --files-ignore-unknown=true --no-errors-on-unmatched --staged",
"biome:lint-staged": "biome check --write --files-ignore-unknown=true --no-errors-on-unmatched --staged",
}๐ค Contributing
We'd love for you to contribute to @zilero/biome! Whether it's reporting bugs, suggesting features, or submitting pull requests, your help is always appreciated.
How to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/your-feature). - Open a pull request.
๐ Code of Conduct
Please follow our Code of Conduct when participating in this project to ensure a welcoming and productive atmosphere.
๐ Security Policy
Security is our priority. If you encounter any issues, please read our full Security Policy to report vulnerabilities safely and responsibly.
๐ฅ Team
These folks keep the project moving and are resources for help.
๐ License
License @zilero/biome is licensed under the MIT License.
