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

Package detail

@code-quality/stylelint-scss-config

The SCSS style lint config you have been looking for.

config, stylelint, styled-components, scss

readme

Actions Status

StyleLint SCSS Config

stylelint modern linter that helps you avoid errors and enforce conventions in your styles.

Install

yarn add stylelint @code-quality/stylelint-scss-config -D

Usage

The shareable config can be configured in the stylelint configuration file:

Create a .stylelintrc.js file with the following contents:

module.exports = {
  extends: [
    '@code-quality/stylelint-scss-config',
  ],
}

changelog

1.1.0 (2020-05-04)

Features

  • add stylelint scss plguin (bec7923)

1.0.0 (2020-05-04)

Features