airgradienthq / map

Other
8 stars 2 forks source link

Code Styling #16

Closed yegormk closed 5 months ago

yegormk commented 8 months ago

We have to follow some basic concepts of code styling. We can do this by integrating ESLint and configuring it according to our needs. Additionally, setting up a pre-commit hook to run ESLint checks before allowing commits would be beneficial. So that every developer avoids code styling issues and resolves any conflicts before committing changes.

So next steps to solve this issue are: