mirror of
https://github.com/bigchaindb/stylelint-config-bigchaindb.git
synced 2024-12-28 15:47:48 +01:00
parent
b9ff99857e
commit
42243b7b36
2
index.js
2
index.js
@ -40,6 +40,8 @@ module.exports = {
|
|||||||
'selector-max-compound-selectors': 3,
|
'selector-max-compound-selectors': 3,
|
||||||
'max-empty-lines': 2,
|
'max-empty-lines': 2,
|
||||||
'selector-max-id': 0,
|
'selector-max-id': 0,
|
||||||
|
'at-rule-no-unknown': [true, {
|
||||||
'ignoreAtRules': ['extend', 'import', 'mixin']
|
'ignoreAtRules': ['extend', 'import', 'mixin']
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user