1.1.0 • Published 2 years ago

@strg/stylelint-config-scss v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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/stylelint-config-scss'
  ]
}

Versioning

This project adheres to Semantic Versioning.