Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gitlab/stylelint-config

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gitlab/stylelint-config

GitLab Stylelint base configuration

  • 4.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
5
Weekly downloads
 
Created
Source

@gitlab/stylelint-config

This is the base Stylelint configuration used to enforce coding standards for styles in GitLab's projects.

Usage

  1. Add the configuration to your dev dependencies:
yarn add --dev @gitlab/stylelint-config stylelint postcss
  1. Extend the config in your .stylelintrc:
{
   "extends": "@gitlab/stylelint-config"
}

Release management

This project automatically publishes the main branch using semantic-release. If a new commit/merge request is merged into main and it's commit(s) follows the Angular Commit Message Conventions, a release will be automatically generated and published. Commits that do not follow the convention will be ignored and a release will not be made for them.

Keywords

FAQs

Package last updated on 31 Jan 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc