Skip to content

Commit

Permalink
Merge pull request #10 from stylelint/declaration-colon-newline-after
Browse files Browse the repository at this point in the history
Added rule: `declaration-colon-newline-after`
  • Loading branch information
jeddy3 authored and ntwb committed May 31, 2020
1 parent f933b19 commit 9ebb5bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/stylelint-config-wordpress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# #HEAD

* Updated rule: `at-rule-empty-line-before` with option `ignore: ["after-comment"],`
* Added rule: `declaration-colon-newline-after` with option `always-multi-line`
* Bump Stylelint dependency to `1.2.1` to support rule `declaration-colon-newline-after` added in 1.1.x and `always-multi-line` rule option added in 1.2.x

# 0.2.0

Expand Down
1 change: 1 addition & 0 deletions packages/stylelint-config-wordpress/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ module.exports = {
"declaration-bang-space-before": [ 2, "always" ],
"declaration-block-semicolon-newline-after": [ 2, "always" ],
"declaration-block-semicolon-space-before": [ 2, "never" ],
"declaration-colon-newline-after": [ 2, "always-multi-line" ],
"declaration-colon-space-after": [ 2, "always" ],
"declaration-colon-space-before": [ 2, "never" ],
"function-calc-no-unspaced-operator": 2,
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config-wordpress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^1.0.0",
"eslint-config-stylelint": "^0.1.0",
"postcss": "^5.0.4",
"stylelint": "^1.0.1",
"stylelint": "^1.2.1",
"tape": "^4.0.2"
},
"scripts": {
Expand Down

0 comments on commit 9ebb5bd

Please sign in to comment.