This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
stylelint-config-scss 1.1.7
Install from the command line:
Learn more about npm packages
$ npm install @strg-at/stylelint-config-scss@1.1.7
Install via package.json:
"@strg-at/stylelint-config-scss": "1.1.7"
About this version
Standard linting configuration for SCSS by STRG.
# install with npm
npm install -D @strg/stylelint-config-scss
# or with yarn
yarn add -D @strg/stylelint-config-scss
// stylelint.config.js
module.exports = {
extends: [
'@strg-at/stylelint-config-scss'
]
}
This project adheres to Semantic Versioning.