Skip to content

Commit 766eed2

Browse files
committed
Update claude.md
1 parent 9d916b0 commit 766eed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Socket CLI integrates with various third-party tools and services:
182182
- **Flags**: 🚨 MUST use `MeowFlags` type with descriptive help text
183183
- **Error handling**: 🚨 REQUIRED - Use custom error types `AuthError` and `InputError`
184184
- **Array destructuring**: Use object notation `{ 0: key, 1: data }` instead of array destructuring `[key, data]`
185-
- **Comment periods**: End comments with periods
185+
- **Comment periods**: 🚨 MANDATORY - ALL comments MUST end with periods. This includes single-line comments, multi-line comments, and inline comments. No exceptions
186186
- **Comment placement**: Place comments on their own line, not to the right of code
187187
- **Comment formatting**: Use fewer hyphens/dashes and prefer commas, colons, or semicolons for better readability
188188
- **Await in loops**: When using `await` inside for-loops, add `// eslint-disable-next-line no-await-in-loop` to suppress the ESLint warning when sequential processing is intentional

0 commit comments

Comments
 (0)