A collection of configurations:
stylelint-config-acme
Install the package into the consuming app/lib configuration.
If in a turborepo:
// package.json
{
"devDependencies": {
"stylelint-config-acme": "*"
// ...
}
}
If NOT in a Turborepo:
yarn add -D stylelint-config-acme
Use the package withing the consuming app/lib configuration.
// .stylelintrc.js
module.exports = require('stylelint-config-acme');