Skip to content

Commit

Permalink
Update stylelint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavide committed Nov 24, 2021
1 parent cba4a06 commit 16333a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .stylelintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module.exports = {
'rules': {
'at-rule-no-unknown': [true, {
'ignoreAtRules': ['each', 'extend', 'include', 'mixin', 'use']
}]
}],
'scss/at-extend-no-missing-placeholder': null
},
'extends': 'stylelint-config-standard',
'extends': 'stylelint-config-standard-scss',
}

0 comments on commit 16333a5

Please sign in to comment.