1
0
mirror of https://github.com/bigchaindb/stylelint-config-bigchaindb.git synced 2024-12-28 07:37:48 +01:00

correct syntax for ignored at-rules

* addendum to #4
This commit is contained in:
Matthias Kretschmann 2017-07-18 13:48:42 +02:00
parent b9ff99857e
commit 42243b7b36
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -40,6 +40,8 @@ module.exports = {
'selector-max-compound-selectors': 3,
'max-empty-lines': 2,
'selector-max-id': 0,
'at-rule-no-unknown': [true, {
'ignoreAtRules': ['extend', 'import', 'mixin']
}]
}
}