Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 511 Bytes

File metadata and controls

36 lines (25 loc) · 511 Bytes

stylelint-config-acme

A collection of configurations:

  • stylelint-config-acme

Installation:

Install the package into the consuming app/lib configuration.

If in a turborepo:

// package.json
{
  "devDependencies": {
    "stylelint-config-acme": "*"
    // ...
  }
}

If NOT in a Turborepo:

yarn add -D stylelint-config-acme

Usage

Use the package withing the consuming app/lib configuration.

// .stylelintrc.js
module.exports = require('stylelint-config-acme');