@fr0st/stylelint-config
v2.0.5
Published
Stylelint shareable config for the Frost style.
Maintainers
Readme
Frost Stylelint Config
Stylelint shareable config for the Frost style.
Installation
npm i -D @fr0st/stylelint-config stylelintUsage
Create stylelint.config.js:
export default {
extends: ['@fr0st/stylelint-config'],
};The shared config supports both CSS and SCSS. SCSS-specific rules are applied to **/*.scss.
Compatibility
- Node
^20.19.0 || ^22.13.0 || >=24 - Stylelint:
^17.4.0 - File types: CSS and SCSS
