{"extends":"stylelint-config-recommended-scss"} Extending the config Simply add a"rules"key to your config, then add your overrides and additions there. For example, to turn off thescss/at-if-no-nullrule: {"extends":"stylelint-config-recommended-scss","rules": {"scss/at-if-no-null"...
To see the rules that this config uses, please read theconfig itself. Installation npm install --save-dev stylelint-config-recommended-scss Usage Set yourstylelintconfig to: {"extends":"stylelint-config-recommended-scss"} Extending the config ...
"sass": "1.77.6", "stylelint": "16.6.1", "stylelint-config-recommended-scss": "14.0.0", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "13.1.0", "stylelint-formatter-pretty": "4.0.0" 0 comments on commit 71940a9 Please sign in to comment. Footer...
The recommended shareable SCSS config for Stylelint - Release 14.1.0 · stylelint-scss/stylelint-config-recommended-scss
- Changed: updated to [`stylelint-scss@6.4.0`](https://github.com/stylelint-scss/stylelint-scss/releases/tag/v6.4.0). # 14.0.0 - Changed: updated to [`stylelint-config-recommended@14.0.0`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/14.0.0). ...
KKoukiou merged 1 commit into rhinstaller:main from martinpitt:sass Jul 11, 2024 Merged package.json: Explicitly depend on stylelint-config-recommended-scss #351 KKoukiou merged 1 commit into rhinstaller:main from martinpitt:sass Jul 11, 2024 +...
Repositories Topics Trending Collections Enterprise stylelint-scss/stylelint-config-recommended-scssPublic NotificationsYou must be signed in to change notification settings Fork21 Star229 New issue Have a question about this project?Sign up for a free GitHub account to open an issue and contact its ...
The combination of 'stylelint-config-standard' and 'stylelint-config-recommended-scss' leads to an interesting effect. The former contains this rule: 'import-notation': 'url' That leads to import 'mixins.scss' > 'import url('mixins.scss'...
When postcss-scss is not installed and one uses the scss config, the result will be silent skipping of all scss blocks as they cannot be parsed. This results in linting always succeeding for all such files, which is unwanted. I'm not sure if there's some way to raise a more appropriat...
"sass": "1.77.6", "stylelint": "16.6.1", "stylelint-config-recommended-scss": "14.0.0", "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "13.1.0", "stylelint-formatter-pretty": "4.0.0" 0 comments on commit 71940a9 Please sign in to comment. Footer...