Minor tweak
This commit is contained in:
parent
b40b31aa8c
commit
5c8064de6b
|
@ -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],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user