Vylpes / vylbot-app

MIT License
0 stars 0 forks source link

AS a developer, I want eslint to be setup on the project #454

Open Vylpes opened 1 week ago

Vylpes commented 1 week ago

SO THAT I can enforce a code style within the project

Acceptance Criteria

AS a developer GIVEN I want to manually lint the project WHEN I run yarn lint THEN eslint will be executed and return any linting errors within the project

AS a developer GIVEN I want to push code to the repository WHEN the code is pushed THEN Forgejo Actions will execute the CI pipeline AND run yarn lint as one of its steps

Subtasks

Notes

No notes