Skip to content

Commit

Permalink
Add at-if-no-null rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 1, 2019
1 parent bcc657a commit eb258f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit eb258f3

Please sign in to comment.