Skip to content

Mixed-single/double-quote style throughout backend; enforce via Prettier #40

Description

@mercy60

Internal ID: #39

Imported from ISSUES.md via scripts/import-issues.mjs.

Problem Statement. app.module.ts contains a mix of 'puzzle/puzzle.module' and "puzzle/puzzle.module" imports. Both eslint-config-prettier and eslint-plugin-prettier are dependencies; behavior is to allow either unless enforced.

Expected Outcome. eslint + prettier config rejects imports using inconsistent quoting.

Acceptance Criteria.

  • npm run lint rejects the current state.
  • npm run format normalizes all imports to single style.

Implementation Notes.

  • Edit .prettierrc: "singleQuote": true.

Files / modules affected.

  • backend/.prettierrc
  • backend/src/app.module.ts

Dependencies. None.

Difficulty / Effort. Easy / XS (≈ 30 minutes).

Labels. area:backend, lint

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programarea:backendImported from ISSUES.mdlintImported from ISSUES.md

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions