1 parent 3660f45 commit b4fad4eCopy full SHA for b4fad4e
1 file changed
.stylelintrc.js
@@ -80,6 +80,7 @@ module.exports = {
80
'scss/selector-no-redundant-nesting-selector': null,
81
'@stylistic/max-empty-lines': 1,
82
'@stylistic/max-line-length': null,
83
+ '@stylistic/selector-descendant-combinator-no-non-space': true,
84
// Keep these lines. Don't change their order otherwise indentation will break.
85
// It's not about a literal 'execution order', but rather a compatibility issue.
86
'@stylistic/block-closing-brace-newline-before': 'always',
0 commit comments