Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ruedap/stylelint-config-abccss

ruedap2.1kMIT0.7.0

Sharable stylelint config used by ABCCSS

stylelint-config, stylelint, css, scss

readme

ABCCSS Stylelint Config

Greenkeeper badge

A sharable stylelint config used by ABCCSS

Install

$ npm install -D @ruedap/stylelint-config-abccss

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": "@ruedap/stylelint-config-abccss"
}

MIT © ruedap

changelog

0.7.0 (2019-06-06)

0.6.0 (2018-06-28)

0.5.0 (2018-06-04)

Features

  • value-keyword-case: Add "unicode-range" to ignoreProperties (16dd502)

0.4.0 (2018-05-02)

Bug Fixes

  • Move stylelint to peerDependencies in package.json (11712d9)

0.3.0 (2018-04-27)

Features

  • Disable scss/no-duplicate-dollar-variables rule (d8d3cf0)

0.2.0 (2018-04-27)

Bug Fixes

  • Remove stylelint from devDependencies in package.json (0a0d913)

Features

  • Add scss/no-duplicate-dollar-variables rule (3c77a18)

0.1.0 (2018-04-14)

Features