Skip to content

Commit 3a927c3

Browse files
committed
Fix CLAUDE.md formatting
1 parent b4e550d commit 3a927c3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Rules follow a consistent pattern:
157157
5. Export the rule as default
158158

159159
Example structure:
160+
160161
```typescript
161162
import * as core from "@eslint-react/core";
162163
import { createRule } from "../utils";
@@ -166,7 +167,7 @@ export const RULE_FEATURES = [] as const satisfies RuleFeature[];
166167
export type MessageID = "messageId";
167168

168169
export default createRule<[], MessageID>({
169-
meta: { /* ... */ },
170+
meta: {/* ... */},
170171
create(context) {
171172
// Rule implementation
172173
},

0 commit comments

Comments
 (0)