mirror of
https://github.com/rubjo/victor-mono.git
synced 2024-12-02 12:04:48 +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
|
||
|
}
|
||
|
}
|