JSPM

@primer/stylelint-config

0.0.0-20250303235647
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5214
  • Score
    100M100P100Q133242F
  • License MIT

Sharable stylelint config used by GitHub's CSS

Package Exports

    Readme

    Primer Stylelint Config

    npm version

    A sharable stylelint config object that enforces GitHub's CSS rules

    Install

    $ npm install --save --dev @primer/stylelint-config

    Usage

    Within your stylelint config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object:

    {
      "extends": ["@primer/stylelint-config"],
      "rules": { }
    }

    Documentation

    Primer Stylelint Config extends the stylelint-config-standard configuration supplied by Stylelint, and makes modifications in /index.js.

    Plugins

    License

    MIT © GitHub