Skip to content

ISSUE-007 — Post-Generation Linting and Formatting Execution #93

Description

@ISONIC0788

What to build

Run an inline cleanup step inside the workspace after file writes close. The workflow should systematically run eslint --fix and prettier --write targeting the output directory to confirm all dynamic insertions strictly adhere to formatting regulations.

Files to modify

  • src/generate.js

Specs

  • Step 4 of section 5.2 (File Generation Algorithm).

Acceptance criteria

  • Confirm existence of styling setups (.eslintrc, .prettierrc) inside the targeted directories.
  • Programmatically trigger lint correction sweeps silently or stream indicators to output logs.
  • Verify that generated code contains zero formatting discrepancies upon initialization.

Dependencies

  • ISSUE-001

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureRequest for a new feature

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions