You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/use-baseline.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,15 +43,15 @@ This rule has an object option:
43
43
}]
44
44
```
45
45
46
-
#### available: `"widely"`
46
+
#### available: "widely"
47
47
48
48
If `"widely"` is used as an option, this rule allows features that are at the Baseline widely available stage: features that have been available across browsers for at least 30 months.
49
49
50
-
#### available: `"newly"`
50
+
#### available: "newly"
51
51
52
52
If `"newly"` is used as an option, this rule allows features that are at the Baseline newly available stage: features that have been supported on all core browsers for less than 30 months.
53
53
54
-
### available: `number`
54
+
####available: number
55
55
56
56
If an integer `number` is used as an option, this rule allows features that became Baseline newly available that year, or earlier. (minimum: 2000)
0 commit comments