mirror of
https://github.com/bigchaindb/stylelint-config-bigchaindb.git
synced 2024-12-28 07:37:48 +01:00
define max-empty-lines, fix declaration-empty-line-before
This commit is contained in:
parent
b413d80181
commit
bd391f5421
5
index.js
5
index.js
@ -15,7 +15,7 @@ module.exports = {
|
||||
'selector-attribute-operator-space-after': 'never',
|
||||
'selector-attribute-brackets-space-inside': 'never',
|
||||
'declaration-block-trailing-semicolon': 'always',
|
||||
'declaration-empty-line-before': false,
|
||||
'declaration-empty-line-before': 'never',
|
||||
'declaration-no-important': true,
|
||||
'declaration-colon-space-before': 'never',
|
||||
'declaration-colon-space-after': 'always',
|
||||
@ -39,6 +39,7 @@ module.exports = {
|
||||
'selector-no-vendor-prefix': true,
|
||||
'value-no-vendor-prefix': true,
|
||||
'max-nesting-depth': 3,
|
||||
'selector-max-compound-selectors': 3
|
||||
'selector-max-compound-selectors': 3,
|
||||
'max-empty-lines': 2
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user