Skip to content

Commit e3ca1b0

Browse files
authored
Prepare 11.0.0 (#185)
1 parent 59ebc20 commit e3ca1b0

File tree

4 files changed

+1173
-1010
lines changed

4 files changed

+1173
-1010
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 11.0.0
4+
5+
- Removed: `stylelint` less than `15.3.0` from peer dependencies.
6+
- Added: `selector-anb-no-unmatchable` rule.
7+
38
## 10.0.1
49

510
- Removed: deprecated `no-extra-semicolons` rule.

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ module.exports = {
3333
'no-invalid-position-at-import-rule': true,
3434
'no-irregular-whitespace': true,
3535
'property-no-unknown': true,
36+
'selector-anb-no-unmatchable': true,
3637
'selector-pseudo-class-no-unknown': true,
3738
'selector-pseudo-element-no-unknown': true,
3839
'selector-type-no-unknown': [

0 commit comments

Comments
 (0)