Update stylelint config

This commit is contained in:
Giuseppe Criscione 2024-02-19 22:50:02 +01:00
parent eb40593181
commit a437035a53

View File

@ -9,6 +9,9 @@ plugins:
- stylelint-order
rules:
at-rule-empty-line-before: null
selector-no-qualifying-type: true
selector-max-type: 2
scss/dollar-variable-empty-line-before: null
scss/dollar-variable-colon-space-after: null