Skip to content

Commit 0f6725f

Browse files
fix: update baseline data (eslint#296)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent baf36e2 commit 0f6725f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"rollup-plugin-delete": "^3.0.1",
107107
"tailwind-csstree": "^0.1.0",
108108
"typescript": "^5.9.2",
109-
"web-features": "^3.3.0",
109+
"web-features": "^3.4.0",
110110
"yorkie": "^2.0.0"
111111
},
112112
"engines": {

src/data/baseline-data.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,6 +1597,21 @@ export const propertyValues = new Map([
15971597
["fixed", "0:"],
15981598
]),
15991599
],
1600+
[
1601+
"filter",
1602+
new Map([
1603+
["blur", "10:2016"],
1604+
["brightness", "10:2016"],
1605+
["contrast", "10:2016"],
1606+
["drop-shadow", "10:2016"],
1607+
["grayscale", "10:2016"],
1608+
["hue-rotate", "10:2016"],
1609+
["invert", "10:2016"],
1610+
["opacity", "10:2016"],
1611+
["saturate", "10:2016"],
1612+
["sepia", "10:2016"],
1613+
]),
1614+
],
16001615
["align-content", new Map([["normal", "10:2015"]])],
16011616
[
16021617
"flex-basis",

0 commit comments

Comments
 (0)