Skip to content

Commit a72a276

Browse files
authored
build: remove ie-based lint rule (#29529)
1 parent 2f49eaa commit a72a276

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.stylelintrc.json

-4
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@
104104
"declaration-block-semicolon-newline-before": "never-multi-line",
105105
"declaration-block-semicolon-newline-after": "always-multi-line",
106106
"declaration-colon-space-after": "always-single-line",
107-
"declaration-property-value-disallowed-list": [
108-
{"/.*/": ["initial"]},
109-
{"message": "The `initial` value is not supported in IE."}
110-
],
111107

112108
"block-closing-brace-newline-after": [
113109
"always",

0 commit comments

Comments
 (0)