Skip to content

Commit 96c6194

Browse files
authored
Prepare 39.0.0 (#359)
1 parent 86d3c73 commit 96c6194

File tree

4 files changed

+78
-138
lines changed

4 files changed

+78
-138
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 39.0.0
4+
5+
- Removed: `stylelint` less than `16.23.0` from peer dependencies.
6+
- Changed: updated to [`[email protected]`](https://github.com/stylelint/stylelint-config-recommended/releases/tag/17.0.0).
7+
- Added: `block-no-redundant-nested-style-rules` rule.
8+
39
## 38.0.0
410

511
- Removed: `stylelint` less than `16.18.0` from peer dependencies.

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ module.exports = {
2323
},
2424
],
2525
'at-rule-no-vendor-prefix': true,
26+
'block-no-redundant-nested-style-rules': true,
2627
'color-function-alias-notation': 'without-alpha',
2728
'color-function-notation': 'modern',
2829
'color-hex-length': 'short',

0 commit comments

Comments
 (0)