Skip to content

Commit

Permalink
Merge pull request #169 from mediamonks/fix/#162-disable-operator-no-…
Browse files Browse the repository at this point in the history
…newline-after

#162 Disabled rules that are incompatible with prettier
  • Loading branch information
leroykorterink authored Jun 10, 2024
2 parents 0353b88 + a08ca8e commit c3f7b03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/stylelint-config-scss/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ export default {
* CSS Tools
*/
'csstools/use-nesting': 'always',

/**
* Incompatible with Prettier
*/
'scss/operator-no-newline-after': null,
'scss/operator-no-newline-before': null,
},
};

0 comments on commit c3f7b03

Please sign in to comment.