Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 24acc9e

Browse files
author
Aaron Imming
committed
Set no-unsupported-browser-features severity to warning
1 parent 03e3fbf commit 24acc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.stylelintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"number-no-trailing-zeros" : true,
5151
"property-case" : "lower",
5252
"plugin/no-unsupported-browser-features" : [true, {
53-
"severity": "error",
53+
"severity": "warning",
5454
"ignore": ["calc", "user-select-none", "multicolumn", "css-appearance", "border-radius", "pointer"]
5555
}],
5656
"rule-empty-line-before" : ["always", { "ignore": ["after-comment"], "except": ["inside-block-and-after-rule", "first-nested"] }],

0 commit comments

Comments
 (0)