There is no linting restrictions in place #14
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
maintainability
performance
question
testing
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Klectr/KRadio#14
Loading…
Reference in New Issue
Block a user
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?
Would be a good idea to include lint rules so people can stick to a definitive standard when contributing
https://typescript-eslint.io/
Sweet. Got linting working.. Now i just need to make sure pushes are rejected if there are any linting errors.. This will probably be done with pre-push hooks using HUSKY. Will make another issue for this