JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 109838
  • Score
    100M100P100Q162209F
  • License MIT

GitLab Stylelint base configuration

Package Exports

  • @gitlab/stylelint-config

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@gitlab/stylelint-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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 @gitlab/stylelint-config -D
  1. Extend the config in your .stylelintrc:
{
   "extends": "@gitlab/stylelint-config"
}

Release management

This project automatically publishes the master branch using semantic-release. If a new commit/merge request is merged into master 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.