1
1
mirror of https://github.com/rubjo/victor-mono.git synced 2024-07-07 02:46:22 +03:00
victor-mono/.stylelintrc.js
Rune Bjørnerås 449f8ce118 Initial
2019-06-04 13:05:30 +02:00

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
}
}