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

env: Set up Eslint & Prettier and Apply rules #349

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

karatashsyn
Copy link
Contributor

Overview

This pull request aims to improve code quality and define standards by linters and formatters.

Changes Made

Set up EsLint

  • Eslint has been set up to force coding standard among the team members.
  • Airbnb standards has been selected for the eslint rules.

Set up Prettier

  • Prettier has been set up to beautify the format of the codebase. It can be used with VSCode's save on format feature. It will increase readability and make team developers follow some standards.

Forced ESLINT Rules

  • Eslint rules has been forced on the codebase with the following command:

npx eslint . --fix

@karatashsyn karatashsyn added Priority: Medium Needs to be done without wasting much time. Action Item A specific task requiring attention Environment Setup Mobile mobile app development labels Oct 30, 2024
@karatashsyn karatashsyn added this to the Customer Presentation 2 milestone Oct 30, 2024
@karatashsyn karatashsyn self-assigned this Oct 30, 2024
@karatashsyn karatashsyn merged commit a0515bb into mobile-main Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Action Item A specific task requiring attention Environment Setup Mobile mobile app development Priority: Medium Needs to be done without wasting much time.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant