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

chore: update repo structure #3

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Conversation

brionmario
Copy link
Member

@brionmario brionmario commented Dec 19, 2024

Purpose

This pull request introduces several new configurations and updates to the project to enhance development workflows, code quality, and release processes. Key changes include the addition of changeset configurations, editor and linter configurations, GitHub workflows for pull requests and releases, and the removal of outdated configurations.

Configuration and Workflow Enhancements:

Code Quality and Editor Configurations:

  • .editorconfig: Added editor configuration to standardize coding styles across different editors and IDEs.
  • .eslintrc.js: Introduced ESLint configuration to enforce coding standards and integrate with Prettier for consistent code formatting.
  • .eslintignore and .prettierignore: Added ignore files to exclude specific directories and files from linting and formatting.

Cleanup and Removal of Legacy Configurations:

  • .travis.yml and .jshintrc: Removed legacy Travis CI configuration and JSHint configuration as they are no longer needed. [1] [2]

Related Issues

Related PRs

  • N/A

Checklist

  • e2e cypress tests locally verified.
  • Manual test round performed and verified.
  • UX/UI review done on the final implementation.
  • Documentation provided. (Add links if there are any)
  • Unit tests provided. (Add links if there are any)
  • Integration tests provided. (Add links if there are any)

Security checks

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.

2 participants