Skip to content

Commit b4fad4e

Browse files
committed
Add @stylistic/selector-descendant-combinator-no-non-space true.
1 parent 3660f45 commit b4fad4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.stylelintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = {
8080
'scss/selector-no-redundant-nesting-selector': null,
8181
'@stylistic/max-empty-lines': 1,
8282
'@stylistic/max-line-length': null,
83+
'@stylistic/selector-descendant-combinator-no-non-space': true,
8384
// Keep these lines. Don't change their order otherwise indentation will break.
8485
// It's not about a literal 'execution order', but rather a compatibility issue.
8586
'@stylistic/block-closing-brace-newline-before': 'always',

0 commit comments

Comments
 (0)