We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slug
Right now, a slug: Slug in configlet sync is guaranteed to be kebab case. But it isn't in configlet lint.
slug: Slug
configlet sync
configlet lint
Follow-up from #564 (review)
This is technically a user-facing change, not just a refactoring, as configlet might complain earlier when a slug is not kebab case.
configlet
The text was updated successfully, but these errors were encountered:
slug: string
We can also consider e.g.
type ConceptSlug* = distinct string ExerciseSlug* = distinct string
Sorry, something went wrong.
No branches or pull requests
Right now, a
slug: Slug
inconfiglet sync
is guaranteed to be kebab case. But it isn't inconfiglet lint
.Follow-up from #564 (review)
This is technically a user-facing change, not just a refactoring, as
configlet
might complain earlier when a slug is not kebab case.The text was updated successfully, but these errors were encountered: