@strg/stylelint-config-scss
v1.1.0
Published
SCSS Stylelint configuration for STRG.
Downloads
5
Readme
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.