Skip to content

Commit

Permalink
fix(stylelint-config): prettier conflict with descendant combinator (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Nov 11, 2024
1 parent 2e6782b commit d2967fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/stylelint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'@stylistic/indentation': null,
'@stylistic/max-line-length': null,
'@stylistic/no-extra-semicolons': null,
'@stylistic/selector-descendant-combinator-no-non-space': null,
'@stylistic/string-quotes': 'single',
'@stylistic/value-list-comma-newline-after': null,
'alpha-value-notation': 'number',
Expand Down

0 comments on commit d2967fe

Please sign in to comment.