Skip to content

Commit d6b2e3a

Browse files
authored
chore: fix CI error related to prettier fmt (#182)
1 parent a035fa7 commit d6b2e3a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/rules/relative-font-units.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ This rule enforces the use of relative units for font size.
2626
This rule accepts an option which is an object with the following property:
2727

2828
- `allowUnits` (default: `["rem"]`) - Specify an array of relative units that are allowed to be used. You can use the following units:
29-
3029
- **%**: Represents the "percentage" of the parent element’s font size, allowing the text to scale relative to its container.
3130
- **cap**: Represents the "cap height" (nominal height of capital letters) of the element's font.
3231
- **ch**: Represents the width or advance measure of the "0" glyph in the element's font.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"mdast-util-from-markdown": "^2.0.2",
100100
"mdn-data": "^2.21.0",
101101
"mocha": "^10.4.0",
102-
"prettier": "^3.4.1",
102+
"prettier": "^3.6.0",
103103
"rollup": "^4.16.2",
104104
"rollup-plugin-copy": "^3.5.0",
105105
"rollup-plugin-delete": "^3.0.1",

0 commit comments

Comments
 (0)