Awesome Cursor Rules Collection
Filter by:
Showing 1849-1860 of 2626 matches
TypeScript
TypeScript
When I say add logs to a function, I mean add logs to the function that are relevant to the function's purpose and it should be in JSON format.
Example:
this.loggerService.error(
JSON.stringify({
message: 'signUp: User created successfully',
data: { email },
}),
);javascript
pug
shell
typescript
First seen in:
Used in 1 repository