Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Latest commit

 

History

History
46 lines (32 loc) · 1.79 KB

File metadata and controls

46 lines (32 loc) · 1.79 KB

THIS REPOSITORY HAS BEEN MERGED INTO FACE CONFIG

You can find the latest version in our face-config monorepo, where it will continue to be developed

stylelint-config-dollarshaveclub

Build Status Greenkeeper badge

This repository contains Dollar Shave Club Stylelint rules.

This project is beta. It will be published soon.

Installation

$ npm install --save-dev stylelint-config-dollarshaveclub

Usage

Once the stylelint-config-dollarshaveclub package is installed, used by specifying dollarshaveclub.

  • This project will soon support scss linting (Note: this should be supported out of the box).

For frameworkless JavaScript modules:

{
  "extends": "dollarshaveclub",
  "rules": {
    // Additional, per-project rules...
  }
}

Dependencies

License

MIT