Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 265 Bytes

Stylelint Config

Company-wide Stylelint Config.

Usage

Install:

$ yarn add --dev nerds-and-company-stylelint-config

Create stylelint.config.js with:

module.exports = {
  extends: ["nerds-and-company-stylelint-config"]
};