Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify api validations and setup consistent prettier formatting #14

Merged
merged 6 commits into from
Dec 3, 2024

Conversation

aahnik
Copy link
Contributor

@aahnik aahnik commented Dec 3, 2024

This pull request includes several changes to improve code formatting, update import paths, and ensure consistent coding standards. The most important changes include adding a Prettier configuration, setting up a GitHub workflow to check formatting, updating import paths for validation schemas, and applying consistent code formatting across various files.

Code Formatting and Configuration:

  • Added a Prettier configuration file to enforce consistent code formatting rules (.prettierrc). (,prettierrcR1-R22)
  • Created a GitHub Actions workflow to check Prettier formatting on push and pull request events to the main branch (.github/workflows/format.yml).
  • Added a .prettierignore file to exclude certain directories from Prettier formatting (.prettierignore).

Import Path Updates:

Consistent Code Formatting:

@aahnik aahnik merged commit 0b24772 into main Dec 3, 2024
1 check passed
@aahnik aahnik deleted the feat/unify-validations branch December 3, 2024 20:02
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