NickSramcik / banki-brunch

https://banki-brunch.vercel.app
49 stars 31 forks source link

Configure ESLint Rules for Streamlined Code Quality Checks #50

Open addynoven opened 2 weeks ago

addynoven commented 2 weeks ago

Context

As developers, we want to configure ESLint rules in our project to maintain code quality without relying on the VSCode ESLint extension, ensuring that checks run on file save or when the program is executed. Currently, our project does not have a properly configured ESLint setup, leading to inconsistencies in code quality and style. By configuring ESLint to run automatically on save or during program execution, we can ensure that our code adheres to predefined standards without being hindered by VSCode's ESLint extension.

Tasks

Acceptance Criteria (Checks)

Additional Information and Useful Links