@lindstrom1/stylelint
Extendable Stylelint configuration.
Installation
yarn add @lindstrom1/stylelint -D
Peer dependencies
{
"@lindstrom1/prettier": "^1.0.0",
"prettier": "^2.4.0",
"stylelint": "^14.2.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-prettier": "^2.0.0"
}
Usage
Extend @lindstrom1/stylelint
in the Stylelint configuration. Also make sure to setup and install @lindstrom1/prettier
and its peer dependencies.
module.exports = {
extends: '@lindstrom1/stylelint'
};