Put back the grouped rule & disable the linting rule instead
This commit is contained in:
parent
4283f9ec74
commit
3070ee6d7b
2 changed files with 5 additions and 4 deletions
|
@ -15,6 +15,7 @@ module.exports = {
|
|||
"number-leading-zero": null,
|
||||
"selector-list-comma-newline-after": null,
|
||||
"at-rule-no-unknown": null,
|
||||
"no-descending-specificity": null,
|
||||
"scss/at-rule-no-unknown": [true, {
|
||||
// https://github.com/vector-im/riot-web/issues/10544
|
||||
"ignoreAtRules": ["define-mixin"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue