Stylelint Config Primer Save

Sharable stylelint config used by GitHub's CSS

Project 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

Open Source Agenda is not affiliated with "Stylelint Config Primer" Project. README Source: primer/stylelint-config
Stars
202
Open Issues
9
Last Commit
3 days ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating