Minor tweak

This commit is contained in:
Rob Garrison 2019-04-14 08:38:14 -05:00 committed by GitHub
parent b40b31aa8c
commit 5c8064de6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ const LINTER_DEFAULTS = (() => {
// ref: https://github.com/stylelint/stylelint-config-recommended/blob/master/index.js
rules: {
'at-rule-no-unknown': [true, {
'ignoreAtRules': ['extend','extends','css','block'],
'ignoreAtRules': ['extend', 'extends', 'css', 'block'],
'severity': 'warning'
}],
'block-no-empty': [true, SEVERITY],