Skip to content

Commit 2152e9d

Browse files
authored
fix: Set use-baseline to 'warn' in recommended config (#110)
fixes #80
1 parent e3ef125 commit 2152e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const plugin = {
4646
"css/no-duplicate-imports": "error",
4747
"css/no-invalid-at-rules": "error",
4848
"css/no-invalid-properties": "error",
49-
"css/use-baseline": "error",
49+
"css/use-baseline": "warn",
5050
}),
5151
},
5252
},

0 commit comments

Comments
 (0)