Skip to content

setup: add Prettier and connect to ESLint for frontend#7

Merged
Lewiskunta merged 1 commit into
mainfrom
setup/frontend-linting
May 25, 2026
Merged

setup: add Prettier and connect to ESLint for frontend#7
Lewiskunta merged 1 commit into
mainfrom
setup/frontend-linting

Conversation

@Lewiskunta

Copy link
Copy Markdown
Contributor

Implements Card 7: frontend code quality tooling.

Changes:

  • Installed Prettier and eslint-config-prettier
  • Added .prettierrc with consistent formatting rules
  • Added .prettierignore
  • Updated eslint.config.js to disable ESLint formatting rules
  • Added format and format:check scripts to package.json
  • Added format:check step to CI frontend job
  • Formatted all existing src/ files with Prettier

After this PR:

  • npm run lint - catches bugs and bad patterns
  • npm run format - reformats code to match config
  • npm run format:check - verifies formatting in CI

@Lewiskunta Lewiskunta merged commit bdbd4b1 into main May 25, 2026
4 checks passed
@Lewiskunta Lewiskunta deleted the setup/frontend-linting branch May 25, 2026 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant