Skip to content

Commit be28503

Browse files
committed
Temporarily remove stylelint-declaration-strict-value
It does not support Stylelint v16 and may be unlikely to in the future.
1 parent fd23cdd commit be28503

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

index.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
extends: 'stylelint-config-recess-order',
55
customSyntax,
66
plugins: [
7-
'stylelint-declaration-strict-value',
87
'stylelint-order',
98
'stylelint-scss',
109
],
@@ -102,21 +101,5 @@ module.exports = {
102101
'scss/at-mixin-pattern': '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$',
103102
'scss/dollar-variable-pattern': '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$',
104103
'scss/percent-placeholder-pattern': '^([a-z][a-z0-9]*)(-[a-z0-9]+)*$',
105-
106-
// Require variables
107-
'scale-unlimited/declaration-strict-value': [
108-
[
109-
'/color/',
110-
'background',
111-
'font-family',
112-
],
113-
{
114-
ignoreValues: [
115-
'transparent',
116-
'inherit',
117-
'none',
118-
],
119-
},
120-
],
121104
},
122105
};

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
"postcss": "^8.4.16",
3535
"postcss-scss": "^4.0.5",
3636
"stylelint-config-recess-order": "^4.0.0",
37-
"stylelint-declaration-strict-value": "^1.9.0",
3837
"stylelint-scss": "^6.0.0"
3938
}
4039
}

0 commit comments

Comments
 (0)