Skip to content

Standard linting configuration for SCSS by STRG.

License

Notifications You must be signed in to change notification settings

strg-at/stylelint-config-scss

Repository files navigation

stylelint-config-scss

Standard linting configuration for SCSS by STRG.

Installation

# install with npm
npm install -D @strg/stylelint-config-scss

# or with yarn
yarn add -D @strg/stylelint-config-scss

Usage

// stylelint.config.js
module.exports = {
  extends: [
    '@strg-at/stylelint-config-scss'
  ]
}

Versioning

This project adheres to Semantic Versioning.