AS a developer, I want a linter configured and set up #95

Open
opened 2023-09-28 12:03:39 +01:00 by Vylpes · 0 comments
Owner

Epic:
Story Points: 3


AS a developer, I want a linter configured and set up
SO THAT the code styling across the entire package is consistent

Acceptance Criteria

AS a developer
GIVEN I want to check the linting of the project
WHEN I run yarn lint
THEN the linter should run on the project

AS a developer
GIVEN I have pushed code to the repository
WHEN I run git push
THEN Drone CI should auto run the linter on the code

Subtasks

  • Install linter
  • Configure linter
  • Add to Drone/Woodpecker CI script

Notes

Epic: \ Story Points: 3 --- AS a developer, I want a linter configured and set up SO THAT the code styling across the entire package is consistent ## Acceptance Criteria AS a developer GIVEN I want to check the linting of the project WHEN I run `yarn lint` THEN the linter should run on the project AS a developer GIVEN I have pushed code to the repository WHEN I run `git push` THEN Drone CI should auto run the linter on the code ## Subtasks - [ ] Install linter - [ ] Configure linter - [ ] Add to Drone/Woodpecker CI script ## Notes - We should use [ESLint](https://eslint.org) - Will probably need an ESLint plugin for Typescript too, like https://typescript-eslint.io
Vylpes added the
type
story
needs criteria
needs estimate
labels 2023-09-28 12:03:48 +01:00
Vylpes changed title from Setup linter config to AS a developer, I want a linter configured and set up 2023-11-19 14:52:15 +00:00
Vylpes removed the
needs criteria
label 2023-11-19 14:55:21 +00:00
Vylpes removed the
needs estimate
label 2023-12-31 14:30:10 +00:00
Vylpes added this to the 2.3.0 milestone 2024-06-02 16:29:57 +01:00
Vylpes added this to the 2.3 Sprint 1 project 2024-06-22 10:04:06 +01:00
Vylpes self-assigned this 2024-06-22 10:04:11 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/random-bunny#95
No description provided.