Skip to content

Commit a9c68c2

Browse files
andrewseguincrisbeto
authored andcommitted
build: remove ie-based lint rule (#29529)
(cherry picked from commit a72a276)
1 parent cbc345a commit a9c68c2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.stylelintrc.json

Lines changed: 0 additions & 4 deletions
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)