This is the default stylelint-config for @seamly/*
implementations.
yarn add -D @seamly/stylelint-config
// or
npm install -D @seamly/stylelint-config
This package can be used as @seamly/stylelint-config
following the Stylelint documentation on Extending configurations.
module.exports = {
...
extends: [
'@seamly/stylelint-config'
]
...
}