Skip to content

chore: fix CI error related to prettier fmt #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/rules/relative-font-units.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ This rule enforces the use of relative units for font size.
This rule accepts an option which is an object with the following property:

- `allowUnits` (default: `["rem"]`) - Specify an array of relative units that are allowed to be used. You can use the following units:

- **%**: Represents the "percentage" of the parent element’s font size, allowing the text to scale relative to its container.
- **cap**: Represents the "cap height" (nominal height of capital letters) of the element's font.
- **ch**: Represents the width or advance measure of the "0" glyph in the element's font.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"mdast-util-from-markdown": "^2.0.2",
"mdn-data": "^2.21.0",
"mocha": "^10.4.0",
"prettier": "^3.4.1",
"prettier": "^3.6.0",
"rollup": "^4.16.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^3.0.1",
Expand Down