We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f52826 commit 54163a9Copy full SHA for 54163a9
index.js
@@ -55,8 +55,7 @@ module.exports = {
55
'string-quotes': 'single',
56
'unit-no-unknown': true,
57
'value-keyword-case': 'lower',
58
- 'value-list-comma-newline-after': 'always-multi-line',
59
- 'value-list-comma-space-after': 'always',
+ 'value-list-comma-space-after': 'always-single-line',
60
'value-list-comma-space-before': 'never',
61
'value-list-max-empty-lines': 0,
62
'order/properties-alphabetical-order': true
0 commit comments