New structure - #545
Draft
jliermann wants to merge 47 commits into
Draft
New structure#545jliermann wants to merge 47 commits into
jliermann wants to merge 47 commits into
Conversation
…cumentation clarity
Add a new GitHub Actions lint workflow for pull requests, pushes to main/localisation, and manual runs. Run content validation first, then run formatting checks only on changed files to avoid blocking on legacy formatting drift. Add npm scripts for standard linting, full linting, format checks, and automatic fixes: lint for default content validation lint:all for combined format and content checks lint:format for Prettier check lint:fix for automatic formatting Add Prettier as a direct dev dependency and update the lockfile accordingly. Simplify Prettier configuration to valid formatter-only options and remove editor-specific settings. Add a Prettier ignore list for dependencies, generated artifacts, and package-lock.json. Update local testing docs with the new lint commands and recommended default flow. Result: reliable CI linting for new changes while intentionally ignoring legacy formatting debt.
… props and styling options
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.