1.2.10 • Published 4 months ago
@zilero/prettier v1.2.10
✨ Opinionated Prettier configuration for consistent code formatting
✨ Features
- 📦 Zero-config setup
- 🎯 Optimized for modern JavaScript/TypeScript
- 🔧 Consistent code style across projects
- 🚀 Support for React/JSX
- 💪 TypeScript-friendly
- 📱 Next.js compatible
- 🎭 Markdown support
📥 Installation
Using npm
npm install --save-dev @zilero/prettier
Using yarn
yarn add -D @zilero/prettier
Using pnpm
pnpm install -D @zilero/prettier
🚀 Quick start
Create the .prettier.js
at the root of your project:
import { prettier } from '@zilero/prettier';
module.exports = prettier;
🤝 Contributing
We'd love for you to contribute to @zilero/prettier
! 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/prettier
is licensed under the MIT License.