diff --git a/index.js b/index.js index 9017ee2..fcb5dc9 100644 --- a/index.js +++ b/index.js @@ -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',