79688453

Date: 2025-07-03 07:40:45
Score: 2.5
Natty:
Report link

If you use this code, that error still occurred?


export type EnvironmentTypes {
   Development: string,
   Production: string,
   Test: string,
}

export const Environment: EnvironmentTypes {
   Development: 'development',
   Production: 'production',
   Test: 'test',
}

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: Lucian Wu