We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prettier
1 parent 2325732 commit 3bd91caCopy full SHA for 3bd91ca
package.json
@@ -100,7 +100,7 @@
100
"mdast-util-from-markdown": "^2.0.2",
101
"mdn-data": "^2.25.0",
102
"mocha": "^11.0.0",
103
- "prettier": "^3.6.0",
+ "prettier": "^3.7.3",
104
"rollup": "^4.52.3",
105
"rollup-plugin-copy": "^3.5.0",
106
"rollup-plugin-delete": "^3.0.1",
src/types.ts
@@ -47,8 +47,7 @@ type CSSNodeVisitor = {
47
* A visitor for CSS nodes.
48
*/
49
export interface CSSRuleVisitor
50
- extends RuleVisitor,
51
- Partial<WithExit<CSSNodeVisitor>> {}
+ extends RuleVisitor, Partial<WithExit<CSSNodeVisitor>> {}
52
53
export type CSSRuleDefinitionTypeOptions = CustomRuleTypeDefinitions;
54
0 commit comments