Skip to content

Commit b34a09e

Browse files
authored
Add function-no-unknown (#155)
1 parent fecd47b commit b34a09e

File tree

4 files changed

+1123
-1092
lines changed

4 files changed

+1123
-1092
lines changed

CHANGELOG.md

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

3+
## 7.0.0
4+
5+
- Removed: `stylelint` less than `14.4.0` from peer dependencies.
6+
- Added: `function-no-unknown` rule.
7+
38
## 6.0.0
49

510
- Removed: `stylelint` less than `14.0.0` from peer dependencies.

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ module.exports = {
1919
'font-family-no-missing-generic-family-keyword': true,
2020
'function-calc-no-unspaced-operator': true,
2121
'function-linear-gradient-no-nonstandard-direction': true,
22+
'function-no-unknown': true,
2223
'keyframe-declaration-no-important': true,
2324
'media-feature-name-no-unknown': true,
2425
'named-grid-areas-no-invalid': true,

0 commit comments

Comments
 (0)