mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-11-26 21:34:47 +03:00
12 lines
207 B
JavaScript
12 lines
207 B
JavaScript
module.exports = {
|
|
root: true,
|
|
'extends': [
|
|
'stylelint-config-standard',
|
|
'stylelint-config-recess-order'
|
|
],
|
|
'rules': {
|
|
'no-empty-source': null,
|
|
'rule-empty-line-before': null
|
|
}
|
|
}
|