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 // ref: https://github.com/stylelint/stylelint-config-recommended/blob/master/index.js
rules: { rules: {
'at-rule-no-unknown': [true, { 'at-rule-no-unknown': [true, {
'ignoreAtRules': ['extend','extends','css','block'], 'ignoreAtRules': ['extend', 'extends', 'css', 'block'],
'severity': 'warning' 'severity': 'warning'
}], }],
'block-no-empty': [true, SEVERITY], 'block-no-empty': [true, SEVERITY],