From 5852c476cb5f29f3e6f14b926207fcb057b12d51 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 18 Jul 2017 13:31:33 +0200 Subject: [PATCH] allow Sass custom @rules --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 1036220..fa97ade 100644 --- a/index.js +++ b/index.js @@ -39,6 +39,7 @@ module.exports = { 'max-nesting-depth': 3, 'selector-max-compound-selectors': 3, 'max-empty-lines': 2, - 'selector-max-id': 0 + 'selector-max-id': 0, + 'ignoreAtRules': ['extend', 'import', 'mixin'] } }