@openregion/stylelint-config
v2.0.0
Published
Stylelint shared config
Readme
Stylelint shared config
Open Region Stylelint shared config
Usage
Requires Node.js 22 or newer. Install package:
npm install --save-dev @openregion/stylelint-configCreate .stylelintrc.json file with this content
{
"extends": ["@openregion/stylelint-config"]
}