New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@zilero/stylelint

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zilero/stylelint

đź’… Opinionated Stylelint configuration for consistent CSS/SCSS styling

latest
Source
npmnpm
Version
1.2.10
Version published
Maintainers
0
Created
Source

Stylelint Configuration 🎯

CI status npm downloads npm license version

✨ 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:

  • 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.

Artemev Alexandr - Avatar
Artemev A. A.

đź“„ License

License @zilero/stylelint is licensed under the MIT License.

Keywords

stylelint

FAQs

Package last updated on 08 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts