Skip to content

Commit

Permalink
Change declaration-colon-space-after to always-single-line
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Sep 11, 2023
1 parent 7bc8ccb commit 85f2155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = {
'comment-no-empty': true,
'declaration-bang-space-after': 'never',
'declaration-bang-space-before': 'always',
'declaration-colon-space-after': 'always',
'declaration-colon-space-after': 'always-single-line',
'declaration-colon-space-before': 'never',
'declaration-empty-line-before': 'never',
'declaration-block-no-duplicate-properties': true,
Expand Down

0 comments on commit 85f2155

Please sign in to comment.