As a developer, I want strict linting and formatting to lean on so that the code is consistent and I do not need to care for the details of it when developing.
Acceptance Criteria
[x] it should install eslint
[x] it should install prettier
[x] it should configure eslint
[x] it should configure prettier
Notes
remember that meanwhile we wanna apply what we see as best practices, we also should understand what is actually best practices in the CLI/node env.
As a developer, I want strict linting and formatting to lean on so that the code is consistent and I do not need to care for the details of it when developing.
Acceptance Criteria
Notes