AS a developer, I want a linter configured and set up #95
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Total time spent: 18 minutes 11 seconds
Due date
Vylpes
18 minutes 11 seconds
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/random-bunny#95
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 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
Notes
Setup linter configto AS a developer, I want a linter configured and set upAlready done
Doesn't appear to be working