Skip to content

Commit

Permalink
Merge pull request #101 from nextcloud-libraries/fix/stylistic-rules
Browse files Browse the repository at this point in the history
fix: Remove stylistic rules
  • Loading branch information
susnux authored May 6, 2024
2 parents b10dfcd + 5e228d7 commit d067ae3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ module.exports = {
],
ignoreFiles: ['**/*.js', '**/*.ts', '**/*.svg'],
rules: {
// Stylistic rules conflicting with prettier
'scss/operator-no-newline-after': null,
'scss/operator-no-newline-before': null,

'selector-type-no-unknown': null,
'rule-empty-line-before': [
'always',
Expand Down

0 comments on commit d067ae3

Please sign in to comment.