Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
revert including scss rules
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Oct 11, 2021
1 parent 65942d0 commit 8ade2a6
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,20 @@ module.exports = {
'value-list-comma-space-before': null,
'value-list-max-empty-lines': null,

'scss/at-else-closing-brace-newline-after': null,
'scss/at-else-closing-brace-space-after': null,
'scss/at-else-empty-line-before': null,
'scss/at-else-if-parentheses-space-before': null,
'scss/at-function-parentheses-space-before': null,
'scss/at-if-closing-brace-newline-after': null,
'scss/at-if-closing-brace-space-after': null,
'scss/at-mixin-parentheses-space-before': null,
'scss/dollar-variable-colon-newline-after': null,
'scss/dollar-variable-colon-space-after': null,
'scss/dollar-variable-colon-space-before': null,
'scss/operator-no-newline-after': null,
'scss/operator-no-newline-before': null,
'scss/operator-no-unspaced': null,
// TODO: https://github.com/prettier/stylelint-config-prettier/issues/127
// 'scss/at-else-closing-brace-newline-after': null,
// 'scss/at-else-closing-brace-space-after': null,
// 'scss/at-else-empty-line-before': null,
// 'scss/at-else-if-parentheses-space-before': null,
// 'scss/at-function-parentheses-space-before': null,
// 'scss/at-if-closing-brace-newline-after': null,
// 'scss/at-if-closing-brace-space-after': null,
// 'scss/at-mixin-parentheses-space-before': null,
// 'scss/dollar-variable-colon-newline-after': null,
// 'scss/dollar-variable-colon-space-after': null,
// 'scss/dollar-variable-colon-space-before': null,
// 'scss/operator-no-newline-after': null,
// 'scss/operator-no-newline-before': null,
// 'scss/operator-no-unspaced': null,
},
};

0 comments on commit 8ade2a6

Please sign in to comment.