0.2.1 • Published 3 years ago
@modohockey/stylelint v0.2.1
@modohockey/stylelint
Extendable Stylelint configuration.
Installation
yarn add @modohockey/stylelint -DPeer dependencies
{
"@modohockey/prettier": "^0.x",
"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 @modohockey/stylelint in the Stylelint configuration. Also make sure to setup and install @modohockey/prettier and its peer dependencies.
module.exports = {
extends: '@modohockey/stylelint'
};