AS a developer, I want the project to use a linter #49
Labels
No labels
blocked
duplicate
needs criteria
needs estimate
needs tests
question
requires documentation
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
spike
type
story
type
subtask
won't fix
No project
No assignees
1 participant
Notifications
Total time spent: 1 hour 41 minutes
Due date
Vylpes
1 hour 41 minutes
No due date set.
Dependencies
No dependencies set.
Reference: External/card-drop#49
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic:
Story Points: 3
AS a developer, I want the project to use a linter
SO THAT I can ensure the code styling is consistent across the whole project
Acceptance Criteria
AS a developer
GIVEN I want to check code styling consistency
WHEN I run
yarn lint
THEN eslint should execute the config on the project
AS a developer and tester
GIVEN I want to merge in code
OR I want to check if the code is consistent
WHEN drone tests the project
THEN it should also run the linter as an additional step
Subtasks
Notes
No notes
Setup linter configto AS a developer, I want the project to use a linterThis has passed testing, the CI now lints the project