-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or requestfeatureNew featureNew featuregood first issueGood for newcomersGood for newcomers
Description
Since YAML is a strict superset of JSON, we can accept YAML for all config files in a fully backwards-compatible manner. This is also fully supported by NestJS.
- Add
js-yamland@types/js-yamlpackages - Replace
json.loadwithyaml.load - Accept
.json,.yaml, and.ymlfile extensions for the config files (stopping with the first one found)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeatureNew featureNew featuregood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done