Skip to content

feat: add ESLint, Prettier and pre-commit hooks#28

Merged
soler1212 merged 3 commits intomasterfrom
feature/formatting-linting
May 25, 2025
Merged

feat: add ESLint, Prettier and pre-commit hooks#28
soler1212 merged 3 commits intomasterfrom
feature/formatting-linting

Conversation

@soler1212
Copy link
Copy Markdown
Member

This PR implements automatic code formatting and linting using Prettier and ESLint, as described in the issue.

What’s included:

  • Installed Prettier and ESLint as dev dependencies.
  • Added .prettierrc and .eslintrc configuration files with base rules.
  • Added format and lint scripts in package.json.
  • Added pre-commit hook using Husky to auto-format and lint on commit.
  • Ran initial formatting pass across the codebase.

@soler1212 soler1212 self-assigned this May 25, 2025
@soler1212 soler1212 added the enhancement New feature or request label May 25, 2025
@soler1212 soler1212 merged commit d9a54d7 into master May 25, 2025
@soler1212 soler1212 deleted the feature/formatting-linting branch May 25, 2025 11:30
@soler1212 soler1212 added this to the v1.0.14 milestone Jul 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Add Prettier + ESLint for automatic code formatting and linting

1 participant