Validate incoming lage.config.js files
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 816
- Forks
- 88
- PR merge metrics
- No merged PRs in 30d
Description
We need to validate incoming lage.config.js/json configs - after cosmiconfig parses the config, we still need to validate that the configs are of the correct shape. We already have a TypeScript interface defined for the ConfigOptions, we need to integrate that with a tool to validate the incoming config shape.
This happens to be a tool that can do the job: https://www.npmjs.com/package/ts-interface-checker
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.