Skip to content

Commit 3bd91ca

Browse files
authored
chore: update prettier to fix CI (#335)
1 parent 2325732 commit 3bd91ca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"mdast-util-from-markdown": "^2.0.2",
101101
"mdn-data": "^2.25.0",
102102
"mocha": "^11.0.0",
103-
"prettier": "^3.6.0",
103+
"prettier": "^3.7.3",
104104
"rollup": "^4.52.3",
105105
"rollup-plugin-copy": "^3.5.0",
106106
"rollup-plugin-delete": "^3.0.1",

src/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ type CSSNodeVisitor = {
4747
* A visitor for CSS nodes.
4848
*/
4949
export interface CSSRuleVisitor
50-
extends RuleVisitor,
51-
Partial<WithExit<CSSNodeVisitor>> {}
50+
extends RuleVisitor, Partial<WithExit<CSSNodeVisitor>> {}
5251

5352
export type CSSRuleDefinitionTypeOptions = CustomRuleTypeDefinitions;
5453

0 commit comments

Comments
 (0)