From eb258f3a1489370c48ba56da0c725bff69ea7141 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 1 Dec 2019 17:22:45 +0700 Subject: [PATCH] Add `at-if-no-null` rule https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/at-if-no-null/README.md --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index bfb9716..3d2b8aa 100644 --- a/index.js +++ b/index.js @@ -16,6 +16,7 @@ module.exports = { 'scss/at-extend-no-missing-placeholder': true, 'scss/at-function-parentheses-space-before': 'never', 'scss/at-function-pattern': reLowercase, + 'scss/at-if-no-null': true, 'scss/at-import-no-partial-leading-underscore': true, 'scss/at-import-partial-extension-blacklist': [ 'scss'