@zilero/stylelint
v1.2.10
Published
π Opinionated Stylelint configuration for consistent CSS/SCSS styling
Downloads
34
Maintainers
Readme
β¨ 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/stylelintUsing yarn
yarn add -D @zilero/stylelintUsing 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:
- 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/stylelint is licensed under the MIT License.
