Skip to content

Conversation

@PeachpitRipley
Copy link

@PeachpitRipley PeachpitRipley commented Aug 21, 2025

Description

This PR sets up Prettier and integrates it with ESLint and GitHub Actions CI.

  • Added Prettier with configuration
  • Integrated ESLint with Prettier via eslint-config-prettier
  • Added a GitHub workflow (check.yml) that runs linting on each push and PR

Note: I intentionally did not add eslint-plugin-prettier since formatting should be handled by Prettier directly, not as ESLint rules.

Type of change

  • Chore (project setup / code quality tooling)

Fixes Bootstrap-Academy/Bootstrap-Academy#134

My Bootstrap Academy username: PeachpitRipley

@github-actions
Copy link

Preview deployed to https://a0c8a50b.academy-preview.pages.dev (total size: 15M)

@PeachpitRipley PeachpitRipley marked this pull request as ready for review August 24, 2025 10:13
@PeachpitRipley
Copy link
Author

All tasks completed. Markup fixed in a separate commit, repository-wide formatting applied in a follow-up commit.
This PR is ready for review.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Format and Lint the frontend code

2 participants