1.2.10 • Published 4 months ago

@zilero/stylelint v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

✨ Opinionated Stylelint configurations for modern development

✨ Features

  • 📦 Zero-config setup
  • 🎨 Consistent CSS/SCSS formatting
  • ⚡️ Modern CSS features support
  • 🚫 Common CSS errors prevention
  • 📱 Responsive design best practices
  • 🎭 Support for CSS-in-JS
  • ✅ CSS Grid and Flexbox validation

📥 Installation

Using npm

npm install --save-dev @zilero/stylelint

Using yarn

yarn add -D @zilero/stylelint

Using pnpm

pnpm install -D @zilero/stylelint

🚀 Quick start

Create the .stylelintrc.js at the root of your project:

{
  module.exports = {
    extends: ['@zilero/stylelint']
  }
}

🤝 Contributing

We'd love for you to contribute to @zilero/stylelint! Whether it's reporting bugs, suggesting features, or submitting pull requests, your help is always appreciated.

How to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature/your-feature).
  6. 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/stylelint is licensed under the MIT License.