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

Fixed linting for local development #605

Conversation

mokshith-moksh
Copy link
Contributor

Linked Issue(s)

Closes #600

Acceptance Criteria fulfillment

  • The linter should work locally on respective submodules.
  • The linter should run on saving of files (only the currently changed file(s) ideally).
  • It should work on respective files regardless of whether I opened the submodule directly or the whole repo.
  • It should work at least in VSCode perfectly.

Proposed changes

Further comments

The solution involved configuring the ESLint settings in both the CLI and web-server submodules to ensure consistent behavior across the repository. I prioritized getting it to work seamlessly in VSCode, as specified in the acceptance criteria. Alternative approaches were considered, but this configuration best meets the project's linting requirements.

@mokshith-moksh mokshith-moksh deleted the Fixed-linting-for-local-development branch October 19, 2024 13:44
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.

Fix linting for local development
1 participant