Shareable stylelint configuration used at Wolox, a software consultancy. Version 1.1.0 (released March 2021, no further updates). Provides a preset set of rules based on stylelint v13, including SCSS support via stylelint-scss. Less active than alternatives like stylelint-config-standard; primarily useful for projects following Wolox internal conventions.
npm install stylelint-config-woloxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Extends the base config in .stylelintrc.json to apply Wolox's SCSS-aware linting rules.
Pin stylelint to ^13.7.0 and stylelint-scss to ^3.18.0.
Install peer dependency stylelint-scss.
Use stylelint-config-standard or other modern configs for stylelint v14+.
npm install stylelint-scss@^3.18.0 --save-dev
npm install stylelint-config-wolox@1.1.0 --save-dev
Downgrade to stylelint@13 or use stylelint-config-standard-scss.