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