0.0.6 • Published 4 years ago

nerds-and-company-stylelint-config v0.0.6

Weekly downloads
394
License
MIT
Repository
github
Last release
4 years ago

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"]
};